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

Unified Diff: components/spellcheck/renderer/spellcheck.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
Index: components/spellcheck/renderer/spellcheck.h
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/components/spellcheck/renderer/spellcheck.h
similarity index 98%
rename from chrome/renderer/spellchecker/spellcheck.h
rename to components/spellcheck/renderer/spellcheck.h
index 2b4386e501904eb929812a5626d9c5d2189370fe..5d2064deb4a0854aba7fcce8e8b16f7893cd7d10 100644
--- a/chrome/renderer/spellchecker/spellcheck.h
+++ b/components/spellcheck/renderer/spellcheck.h
@@ -16,7 +16,7 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
-#include "chrome/renderer/spellchecker/custom_dictionary_engine.h"
+#include "components/spellcheck/renderer/custom_dictionary_engine.h"
#include "content/public/renderer/render_thread_observer.h"
struct SpellCheckBDictLanguage;
« no previous file with comments | « components/spellcheck/renderer/platform_spelling_engine.cc ('k') | components/spellcheck/renderer/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698