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

Unified Diff: chrome/renderer/spellchecker/platform_spelling_engine.cc

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
« no previous file with comments | « chrome/renderer/spellchecker/hunspell_engine.cc ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/spellchecker/platform_spelling_engine.cc
diff --git a/chrome/renderer/spellchecker/platform_spelling_engine.cc b/chrome/renderer/spellchecker/platform_spelling_engine.cc
index d065cc57c8fd50e6e073b08acd0563964b4bad6d..97a66aaa6b77edfeb9f57e6b883f550f00ab8509 100644
--- a/chrome/renderer/spellchecker/platform_spelling_engine.cc
+++ b/chrome/renderer/spellchecker/platform_spelling_engine.cc
@@ -4,7 +4,7 @@
#include "chrome/renderer/spellchecker/platform_spelling_engine.h"
-#include "chrome/common/spellcheck_messages.h"
+#include "components/spellcheck/common/spellcheck_messages.h"
#include "content/public/renderer/render_thread.h"
using content::RenderThread;
« no previous file with comments | « chrome/renderer/spellchecker/hunspell_engine.cc ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698