Index: base/lookup_string_in_fixed_set.cc |
diff --git a/net/base/lookup_string_in_fixed_set.cc b/base/lookup_string_in_fixed_set.cc |
similarity index 98% |
rename from net/base/lookup_string_in_fixed_set.cc |
rename to base/lookup_string_in_fixed_set.cc |
index 5c145f8cd63ebbb04d68bf2cd12275498cf9aa41..96727712199597f7e14eac2254901233de7863dc 100644 |
--- a/net/base/lookup_string_in_fixed_set.cc |
+++ b/base/lookup_string_in_fixed_set.cc |
@@ -2,11 +2,11 @@ |
// 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 "base/logging.h" |
-namespace net { |
+namespace base { |
namespace { |
@@ -195,4 +195,4 @@ int LookupStringInFixedSet(const unsigned char* graph, |
return lookup.GetResultForCurrentSequence(); |
} |
-} // namespace net |
+} // namespace base |