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 1a6ddcda3ed750d9e3ffd8cc65a6abff8b6d8e84..46e160624ed6008a763651909941468de63ec533 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> |
@@ -131,4 +131,4 @@ class SpellCheckProvider |
DISALLOW_COPY_AND_ASSIGN(SpellCheckProvider); |
}; |
-#endif // CHROME_RENDERER_SPELLCHECKER_SPELLCHECK_PROVIDER_H_ |
+#endif // COMPONENTS_SPELLCHECK_RENDERER_SPELLCHECK_PROVIDER_H_ |