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

Unified Diff: chrome/common/common_message_generator.h

Issue 2177343002: Componentize spellcheck [2]: move common/ files to component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address formatting comments 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: chrome/common/common_message_generator.h
diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
index 154849070085e3d841c5080bd8fedb50e7fad45d..a875985d1d67667a4fbae9e30b699cd29b4e1edf 100644
--- a/chrome/common/common_message_generator.h
+++ b/chrome/common/common_message_generator.h
@@ -31,7 +31,7 @@
#endif
#if defined(ENABLE_SPELLCHECK)
-#include "chrome/common/spellcheck_messages.h"
+#include "components/spellcheck/common/spellcheck_messages.h"
jam 2016/07/27 17:40:36 the message generator should be in components/spel
timvolodine 2016/07/28 16:52:48 Done.
#endif
#if defined(ENABLE_WEBRTC)

Powered by Google App Engine
This is Rietveld 408576698