Index: components/spellcheck/renderer/hunspell_engine.cc |
diff --git a/chrome/renderer/spellchecker/hunspell_engine.cc b/components/spellcheck/renderer/hunspell_engine.cc |
similarity index 98% |
rename from chrome/renderer/spellchecker/hunspell_engine.cc |
rename to components/spellcheck/renderer/hunspell_engine.cc |
index c528aaffadc11bf0df17873d1cbe45af11389e06..191856541d819234c1b48fc227ac6be4fd68d74b 100644 |
--- a/chrome/renderer/spellchecker/hunspell_engine.cc |
+++ b/components/spellcheck/renderer/hunspell_engine.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/renderer/spellchecker/hunspell_engine.h" |
+#include "components/spellcheck/renderer/hunspell_engine.h" |
#include <stddef.h> |
#include <algorithm> |