Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / components / dns_prefetch / common / prefetch_common.cc
blob04d5ff26dd8059ae5aaf3f836088756a844c1ffd
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/dns_prefetch/common/prefetch_common.h"
7 namespace dns_prefetch {
9 const size_t kMaxDnsHostnamesPerRequest = 30;
10 const size_t kMaxDnsHostnameLength = 255;
12 LookupRequest::LookupRequest() {
15 LookupRequest::~LookupRequest() {
18 } // namespace dns_prefetch