OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2015 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. |
| 4 |
| 5 #include "net/base/registry_controlled_domains/test_util.h" |
| 6 |
| 7 #include "net/base/registry_controlled_domains/registry_controlled_domain.h" |
| 8 |
| 9 namespace { |
| 10 #include "net/base/registry_controlled_domains/effective_tld_names_unittest1-inc
.cc" |
| 11 } // namespace |
| 12 |
| 13 namespace net { |
| 14 namespace test { |
| 15 namespace registry_controlled_domains { |
| 16 void SetFindDomainTestGraph() { |
| 17 net::registry_controlled_domains::SetFindDomainGraph(kDafsa, sizeof(kDafsa)); |
| 18 } |
| 19 } // namespace registry_controlled_domains |
| 20 } // namespace test |
| 21 } // namespace net |
OLD | NEW |