Add abhijeet.k@samsung.com to AUTHORS list.
[chromium-blink-merge.git] / components / network_hints / common / network_hints_common.cc
blobc6d64aed092e921bedd052923eff82bad1a74ab2
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/network_hints/common/network_hints_common.h"
7 namespace network_hints {
9 const size_t kMaxDnsHostnamesPerRequest = 30;
10 const size_t kMaxDnsHostnameLength = 255;
12 LookupRequest::LookupRequest() {
15 LookupRequest::~LookupRequest() {
18 } // namespace network_hints