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

Unified Diff: components/spellcheck/renderer/platform_spelling_engine.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/platform_spelling_engine.h
diff --git a/chrome/renderer/spellchecker/platform_spelling_engine.h b/components/spellcheck/renderer/platform_spelling_engine.h
similarity index 93%
rename from chrome/renderer/spellchecker/platform_spelling_engine.h
rename to components/spellcheck/renderer/platform_spelling_engine.h
index 5cb0b23d4846d5ca15f71c9be054de324c5856b5..fa5ba5f55c1d7cb6c5c5863f503746e4a1e2053c 100644
--- a/chrome/renderer/spellchecker/platform_spelling_engine.h
+++ b/components/spellcheck/renderer/platform_spelling_engine.h
@@ -6,7 +6,7 @@
#define CHROME_RENDERER_SPELLCHECKER_PLATFORM_SPELLING_ENGINE_H_
#include "base/compiler_specific.h"
-#include "chrome/renderer/spellchecker/spelling_engine.h"
+#include "components/spellcheck/renderer/spelling_engine.h"
class PlatformSpellingEngine : public SpellingEngine {
public:
« no previous file with comments | « components/spellcheck/renderer/hunspell_engine.cc ('k') | components/spellcheck/renderer/platform_spelling_engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698