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

Unified Diff: components/spellcheck/renderer/custom_dictionary_engine_unittest.cc

Issue 2198143002: Componentize spellcheck [3]: move renderer/ files to component. (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/renderer/custom_dictionary_engine_unittest.cc
diff --git a/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc b/components/spellcheck/renderer/custom_dictionary_engine_unittest.cc
similarity index 93%
rename from chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
rename to components/spellcheck/renderer/custom_dictionary_engine_unittest.cc
index 2e9f61e9cc36dad9918b323fe9d33581b83959f0..635316cacfa97f0ab6733e76fdaff1221b59cedf 100644
--- a/chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc
+++ b/components/spellcheck/renderer/custom_dictionary_engine_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/strings/utf_string_conversions.h"
-#include "chrome/renderer/spellchecker/custom_dictionary_engine.h"
+#include "components/spellcheck/renderer/custom_dictionary_engine.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(CustomDictionaryTest, HandlesEmptyWordWithInvalidSubstring) {
« no previous file with comments | « components/spellcheck/renderer/custom_dictionary_engine.cc ('k') | components/spellcheck/renderer/hunspell_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698