Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: components/search_engines/template_url_fetcher.h

Issue 373343003: Componentize TemplateURLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/search_engines/DEPS ('k') | components/search_engines/template_url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/search_engines/DEPS ('k') | components/search_engines/template_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698