Index: components/spellcheck/renderer/spellcheck_provider.h |
diff --git a/chrome/renderer/spellchecker/spellcheck_provider.h b/components/spellcheck/renderer/spellcheck_provider.h |
similarity index 95% |
rename from chrome/renderer/spellchecker/spellcheck_provider.h |
rename to components/spellcheck/renderer/spellcheck_provider.h |
index 822b409087a37703a06b50a64df37adba639eb29..017ff7890cd1922e0c45fc9b0c643d7b23a0e025 100644 |
--- a/chrome/renderer/spellchecker/spellcheck_provider.h |
+++ b/components/spellcheck/renderer/spellcheck_provider.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_SPELLCHECK_PROVIDER_H_ |
-#define CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_H_ |
+#ifndef COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_ |
+#define COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -134,4 +134,4 @@ class SpellCheckProvider |
DISALLOW_COPY_AND_ASSIGN(SpellCheckProvider); |
}; |
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_H_ |
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_ |