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

Unified Diff: components/spellcheck/browser/misspelling.cc

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/browser/misspelling.cc
diff --git a/chrome/browser/spellchecker/misspelling.cc b/components/spellcheck/browser/misspelling.cc
similarity index 98%
rename from chrome/browser/spellchecker/misspelling.cc
rename to components/spellcheck/browser/misspelling.cc
index ddf3fa01e6a4e08dcc4873a86e6bb42ce5efc7b1..9268a946f78494b4e8083e1bc07ba157e9273f42 100644
--- a/chrome/browser/spellchecker/misspelling.cc
+++ b/components/spellcheck/browser/misspelling.cc
@@ -7,7 +7,7 @@
// |location|, and |length| instead of only misspelled text, because the
// spellcheck algorithm uses the context.
-#include "chrome/browser/spellchecker/misspelling.h"
+#include "components/spellcheck/browser/misspelling.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"

Powered by Google App Engine
This is Rietveld 408576698