Index: components/spellcheck/renderer/hunspell_engine.h |
diff --git a/chrome/renderer/spellchecker/hunspell_engine.h b/components/spellcheck/renderer/hunspell_engine.h |
similarity index 86% |
rename from chrome/renderer/spellchecker/hunspell_engine.h |
rename to components/spellcheck/renderer/hunspell_engine.h |
index 2adde594d1e34c2263a0b1e222918b6e7afd575a..02adcee0def36388de75d8557d6a6b5d34ebec3c 100644 |
--- a/chrome/renderer/spellchecker/hunspell_engine.h |
+++ b/components/spellcheck/renderer/hunspell_engine.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_RENDERER_SPELLCHECKER_HUNSPELL_ENGINE_H_ |
-#define CHROME_RENDERER_SPELLCHECKER_HUNSPELL_ENGINE_H_ |
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_HUNSPELL_ENGINE_H_ |
+#define COMPONENTS_SPELLCHECK_RENDERER_HUNSPELL_ENGINE_H_ |
#include <memory> |
#include <string> |
@@ -11,8 +11,8 @@ |
#include "base/strings/string16.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "chrome/renderer/spellchecker/spelling_engine.h" |
#include "components/spellcheck/common/spellcheck_common.h" |
+#include "components/spellcheck/renderer/spelling_engine.h" |
class Hunspell; |
@@ -60,4 +60,4 @@ class HunspellEngine : public SpellingEngine { |
bool dictionary_requested_; |
}; |
-#endif // CHROME_RENDERER_SPELLCHECKER_HUNSPELL_ENGINE_H_ |
+#endif // COMPONENTS_SPELLCHECK_RENDERER_HUNSPELL_ENGINE_H_ |