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

Unified Diff: components/search_engines/template_url_parser.cc

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_parser.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_parser.cc
diff --git a/chrome/browser/search_engines/template_url_parser.cc b/components/search_engines/template_url_parser.cc
similarity index 99%
rename from chrome/browser/search_engines/template_url_parser.cc
rename to components/search_engines/template_url_parser.cc
index c338ceb752429d888b2338e5f633ddcada8a7f4d..1ab0402066e0d1cac4e4a5391aa54284f3c65e15 100644
--- a/chrome/browser/search_engines/template_url_parser.cc
+++ b/components/search_engines/template_url_parser.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/search_engines/template_url_parser.h"
+#include "components/search_engines/template_url_parser.h"
#include <algorithm>
#include <map>
« no previous file with comments | « components/search_engines/template_url_parser.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698