Index: components/spellcheck/renderer/platform_spelling_engine.cc |
diff --git a/chrome/renderer/spellchecker/platform_spelling_engine.cc b/components/spellcheck/renderer/platform_spelling_engine.cc |
similarity index 91% |
rename from chrome/renderer/spellchecker/platform_spelling_engine.cc |
rename to components/spellcheck/renderer/platform_spelling_engine.cc |
index d065cc57c8fd50e6e073b08acd0563964b4bad6d..6c9176abeccce9a6c22462b44d1eb35728587a93 100644 |
--- a/chrome/renderer/spellchecker/platform_spelling_engine.cc |
+++ b/components/spellcheck/renderer/platform_spelling_engine.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/renderer/spellchecker/platform_spelling_engine.h" |
+#include "components/spellcheck/renderer/platform_spelling_engine.h" |
-#include "chrome/common/spellcheck_messages.h" |
+#include "components/spellcheck/common/spellcheck_messages.h" |
#include "content/public/renderer/render_thread.h" |
using content::RenderThread; |