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

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

Issue 1884583003: Create a spellcheck component that will allow any embedder to reuse common functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewers' comments. Created 4 years, 8 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/DEPS ('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_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_
« no previous file with comments | « components/spellcheck/common/DEPS ('k') | components/spellcheck/common/spellcheck_marker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698