Index: components/spellcheck/browser/spelling_service_client.h |
diff --git a/chrome/browser/spellchecker/spelling_service_client.h b/components/spellcheck/browser/spelling_service_client.h |
similarity index 95% |
rename from chrome/browser/spellchecker/spelling_service_client.h |
rename to components/spellcheck/browser/spelling_service_client.h |
index b8865d0a16c93c0dbfa932245641cbc46755ec16..97ad1b1ca1646ae3d974a24fdba4032b2c575a53 100644 |
--- a/chrome/browser/spellchecker/spelling_service_client.h |
+++ b/components/spellcheck/browser/spelling_service_client.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_BROWSER_SPELLCHECKER_SPELLING_SERVICE_CLIENT_H_ |
-#define CHROME_BROWSER_SPELLCHECKER_SPELLING_SERVICE_CLIENT_H_ |
+#ifndef COMPONENTS_SPELLCHECK_BROWSER_SPELLING_SERVICE_CLIENT_H_ |
+#define COMPONENTS_SPELLCHECK_BROWSER_SPELLING_SERVICE_CLIENT_H_ |
#include <map> |
#include <memory> |
@@ -121,4 +121,4 @@ class SpellingServiceClient : public net::URLFetcherDelegate { |
std::map<const net::URLFetcher*, TextCheckCallbackData*> spellcheck_fetchers_; |
}; |
-#endif // CHROME_BROWSER_SPELLCHECKER_SPELLING_SERVICE_CLIENT_H_ |
+#endif // COMPONENTS_SPELLCHECK_BROWSER_SPELLING_SERVICE_CLIENT_H_ |