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_ |