Index: components/search_engines/template_url_fetcher.h |
diff --git a/chrome/browser/search_engines/template_url_fetcher.h b/components/search_engines/template_url_fetcher.h |
similarity index 94% |
rename from chrome/browser/search_engines/template_url_fetcher.h |
rename to components/search_engines/template_url_fetcher.h |
index b9fd08c5f06801e50ae576cbe92d9064c7b2b4fb..bc64b8106c161e455f8b4f4cd33bfd84a00443a7 100644 |
--- a/chrome/browser/search_engines/template_url_fetcher.h |
+++ b/components/search_engines/template_url_fetcher.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_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |
-#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |
+#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |
+#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |
#include "base/callback_forward.h" |
#include "base/memory/ref_counted.h" |
@@ -86,4 +86,4 @@ class TemplateURLFetcher : public KeyedService { |
DISALLOW_COPY_AND_ASSIGN(TemplateURLFetcher); |
}; |
-#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |
+#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_FETCHER_H_ |