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

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

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
Index: components/spellcheck/common/spellcheck_common.h
diff --git a/chrome/common/spellcheck_common.h b/components/spellcheck/common/spellcheck_common.h
similarity index 98%
rename from chrome/common/spellcheck_common.h
rename to components/spellcheck/common/spellcheck_common.h
index a7bc3dd9a3b5e9461dd0d5b167c48119b65539d2..53231c4ae12244e350bd1e02e40de8ee592159d2 100644
--- a/chrome/common/spellcheck_common.h
+++ b/components/spellcheck/common/spellcheck_common.h
@@ -14,7 +14,6 @@ namespace base {
class FilePath;
}
-namespace chrome {
namespace spellcheck_common {
// The number of hours that a session of feedback for spelling service lasts.
@@ -64,6 +63,5 @@ void GetISOLanguageCountryCodeFromLocale(const std::string& locale,
std::string* country_code);
} // namespace spellcheck_common
-} // namespace chrome
#endif // CHROME_COMMON_SPELLCHECK_COMMON_H_
« no previous file with comments | « components/spellcheck/common/spellcheck_bdict_language.h ('k') | components/spellcheck/common/spellcheck_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698