| Index: components/spellcheck/common/spellcheck_bdict_language.h
|
| diff --git a/chrome/common/spellcheck_bdict_language.h b/components/spellcheck/common/spellcheck_bdict_language.h
|
| similarity index 90%
|
| rename from chrome/common/spellcheck_bdict_language.h
|
| rename to components/spellcheck/common/spellcheck_bdict_language.h
|
| index 2272c3727351022b4c74a87585f6a1f14e92a476..f9f6aaf83faacdf67f8261b8e88118d0c0e22bbb 100644
|
| --- a/chrome/common/spellcheck_bdict_language.h
|
| +++ b/components/spellcheck/common/spellcheck_bdict_language.h
|
| @@ -9,9 +9,13 @@
|
|
|
| #include "ipc/ipc_platform_file.h"
|
|
|
| +namespace spellcheck {
|
| +
|
| struct SpellCheckBDictLanguage {
|
| IPC::PlatformFileForTransit file;
|
| std::string language;
|
| };
|
|
|
| +} // namespace spellcheck
|
| +
|
| #endif // CHROME_COMMON_SPELLCHECK_BDICT_LANGUAGE_H_
|
|
|