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

Unified Diff: components/spellcheck/common/spellcheck_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: move message generator to component 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: components/spellcheck/common/spellcheck_message_generator.h
diff --git a/components/subresource_filter/content/common/subresource_filter_message_generator.cc b/components/spellcheck/common/spellcheck_message_generator.h
similarity index 68%
copy from components/subresource_filter/content/common/subresource_filter_message_generator.cc
copy to components/spellcheck/common/spellcheck_message_generator.h
index 276a08a20ab3ea40cedf2d4402ff467bf8ff48fe..0876034c524de64af94517fbb0eec76d791d33fb 100644
--- a/components/subresource_filter/content/common/subresource_filter_message_generator.cc
+++ b/components/spellcheck/common/spellcheck_message_generator.h
@@ -4,4 +4,6 @@
// Multiply-included file, hence no include guard.
-#include "components/subresource_filter/content/common/subresource_filter_message_generator.h"
+#if defined(ENABLE_SPELLCHECK)
+#include "components/spellcheck/common/spellcheck_messages.h"
+#endif
« no previous file with comments | « components/spellcheck/common/spellcheck_marker.h ('k') | components/spellcheck/common/spellcheck_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698