| 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) {
|
|
|