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

Unified Diff: components/spellcheck/browser/misspelling.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
« no previous file with comments | « components/spellcheck/browser/feedback_unittest.cc ('k') | components/spellcheck/browser/misspelling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/misspelling.h
diff --git a/chrome/browser/spellchecker/misspelling.h b/components/spellcheck/browser/misspelling.h
similarity index 97%
rename from chrome/browser/spellchecker/misspelling.h
rename to components/spellcheck/browser/misspelling.h
index 54ecdef18fdc3f090423798ab85b76763c5f300a..bbd2fbc2e989f60840f960400148d4daf610795c 100644
--- a/chrome/browser/spellchecker/misspelling.h
+++ b/components/spellcheck/browser/misspelling.h
@@ -19,7 +19,7 @@
#include <vector>
#include "base/time/time.h"
-#include "chrome/browser/spellchecker/spellcheck_action.h"
+#include "components/spellcheck/browser/spellcheck_action.h"
// Stores user feedback to a spellcheck suggestion. Sample usage:
// Misspelling misspelling.
« no previous file with comments | « components/spellcheck/browser/feedback_unittest.cc ('k') | components/spellcheck/browser/misspelling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698