Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: components/spellcheck/common/spellcheck_common.cc

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/spellcheck/common/spellcheck_common.h ('k') | components/spellcheck/common/spellcheck_marker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « components/spellcheck/common/spellcheck_common.h ('k') | components/spellcheck/common/spellcheck_marker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698