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

Unified Diff: components/search_engines/template_url_parser.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/template_url_fetcher.cc ('k') | components/search_engines/template_url_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_parser.h
diff --git a/chrome/browser/search_engines/template_url_parser.h b/components/search_engines/template_url_parser.h
similarity index 90%
rename from chrome/browser/search_engines/template_url_parser.h
rename to components/search_engines/template_url_parser.h
index 867757a0679b27215845a8f9f766a8f0116cf2fb..4584b5756b30e7c62d427515752d912a8e3f41b8 100644
--- a/chrome/browser/search_engines/template_url_parser.h
+++ b/components/search_engines/template_url_parser.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_PARSER_H_
-#define CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
+#ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
+#define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
#include <string>
@@ -49,4 +49,4 @@ class TemplateURLParser {
DISALLOW_COPY_AND_ASSIGN(TemplateURLParser);
};
-#endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
+#endif // COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
« no previous file with comments | « components/search_engines/template_url_fetcher.cc ('k') | components/search_engines/template_url_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698