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

Unified Diff: components/spellcheck/common/spellcheck_messages.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
« no previous file with comments | « components/spellcheck/common/spellcheck_marker.h ('k') | components/spellcheck/common/spellcheck_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/common/spellcheck_messages.h
diff --git a/chrome/common/spellcheck_messages.h b/components/spellcheck/common/spellcheck_messages.h
similarity index 96%
rename from chrome/common/spellcheck_messages.h
rename to components/spellcheck/common/spellcheck_messages.h
index a8dac3998eba794b5a4806ee4890c5f0dd19db8a..d55e7284bb3618e01811acf329dae29ae55b627e 100644
--- a/chrome/common/spellcheck_messages.h
+++ b/components/spellcheck/common/spellcheck_messages.h
@@ -7,9 +7,9 @@
#include <stdint.h>
-#include "chrome/common/spellcheck_bdict_language.h"
-#include "chrome/common/spellcheck_marker.h"
-#include "chrome/common/spellcheck_result.h"
+#include "components/spellcheck/common/spellcheck_bdict_language.h"
+#include "components/spellcheck/common/spellcheck_marker.h"
+#include "components/spellcheck/common/spellcheck_result.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_platform_file.h"
« no previous file with comments | « components/spellcheck/common/spellcheck_marker.h ('k') | components/spellcheck/common/spellcheck_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698