Index: components/spellcheck/common/spellcheck_common.cc |
diff --git a/chrome/common/spellcheck_common.cc b/components/spellcheck/common/spellcheck_common.cc |
similarity index 98% |
rename from chrome/common/spellcheck_common.cc |
rename to components/spellcheck/common/spellcheck_common.cc |
index bebbb7c0ed85e1eb23397a2a0888c1e0d3b4090c..e47b10879916b062b9debd6e2619f6b9a6f285eb 100644 |
--- a/chrome/common/spellcheck_common.cc |
+++ b/components/spellcheck/common/spellcheck_common.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 "chrome/common/spellcheck_common.h" |
+#include "components/spellcheck/common/spellcheck_common.h" |
#include "base/command_line.h" |
#include "base/files/file_path.h" |
@@ -15,7 +15,6 @@ |
#include "third_party/icu/source/common/unicode/urename.h" |
#include "third_party/icu/source/common/unicode/utypes.h" |
-namespace chrome { |
namespace spellcheck_common { |
struct LanguageRegion { |
@@ -195,4 +194,4 @@ void GetISOLanguageCountryCodeFromLocale(const std::string& locale, |
} |
} // namespace spellcheck_common |
-} // namespace chrome |
+ |