| Index: base/lookup_string_in_fixed_set_unittest.cc
|
| diff --git a/net/base/lookup_string_in_fixed_set_unittest.cc b/base/lookup_string_in_fixed_set_unittest.cc
|
| similarity index 94%
|
| rename from net/base/lookup_string_in_fixed_set_unittest.cc
|
| rename to base/lookup_string_in_fixed_set_unittest.cc
|
| index 612f6406eaaa4784bb278d996a8b63d126a98741..d01700ac3c4be754ca1318d1ec842807d669131b 100644
|
| --- a/net/base/lookup_string_in_fixed_set_unittest.cc
|
| +++ b/base/lookup_string_in_fixed_set_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/lookup_string_in_fixed_set.h"
|
| +#include "base/lookup_string_in_fixed_set.h"
|
|
|
| #include <string.h>
|
|
|
| @@ -20,22 +20,22 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace net {
|
| +namespace base {
|
| namespace {
|
| namespace test1 {
|
| -#include "net/base/registry_controlled_domains/effective_tld_names_unittest1-inc.cc"
|
| +#include "base/test/dafsa/effective_tld_names_unittest1-inc.cc"
|
| }
|
| namespace test3 {
|
| -#include "net/base/registry_controlled_domains/effective_tld_names_unittest3-inc.cc"
|
| +#include "base/test/dafsa/effective_tld_names_unittest3-inc.cc"
|
| }
|
| namespace test4 {
|
| -#include "net/base/registry_controlled_domains/effective_tld_names_unittest4-inc.cc"
|
| +#include "base/test/dafsa/effective_tld_names_unittest4-inc.cc"
|
| }
|
| namespace test5 {
|
| -#include "net/base/registry_controlled_domains/effective_tld_names_unittest5-inc.cc"
|
| +#include "base/test/dafsa/effective_tld_names_unittest5-inc.cc"
|
| }
|
| namespace test6 {
|
| -#include "net/base/registry_controlled_domains/effective_tld_names_unittest6-inc.cc"
|
| +#include "base/test/dafsa/effective_tld_names_unittest6-inc.cc"
|
| }
|
|
|
| struct Expectation {
|
|
|