| 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_
|
|
|