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

Unified Diff: components/spellcheck/browser/misspelling_unittest.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_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"

Powered by Google App Engine
This is Rietveld 408576698