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

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

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/misspelling.cc ('k') | components/spellcheck/browser/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/browser/misspelling_unittest.cc
diff --git a/chrome/browser/spellchecker/misspelling_unittest.cc b/components/spellcheck/browser/misspelling_unittest.cc
similarity index 97%
rename from chrome/browser/spellchecker/misspelling_unittest.cc
rename to components/spellcheck/browser/misspelling_unittest.cc
index 701fb916f4721cfe3f167ecb56f7841b312a554b..ec0b8c24f8f43a8938781d222082a67903b52dae 100644
--- a/chrome/browser/spellchecker/misspelling_unittest.cc
+++ b/components/spellcheck/browser/misspelling_unittest.cc
@@ -4,7 +4,7 @@
//
// Unit tests for |Misspelling| object.
-#include "chrome/browser/spellchecker/misspelling.h"
+#include "components/spellcheck/browser/misspelling.h"
#include "base/json/json_reader.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « components/spellcheck/browser/misspelling.cc ('k') | components/spellcheck/browser/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698