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

Unified Diff: components/search_engines/template_url_fetcher.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_fetcher.h ('k') | components/search_engines/template_url_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/template_url_fetcher.cc
diff --git a/chrome/browser/search_engines/template_url_fetcher.cc b/components/search_engines/template_url_fetcher.cc
similarity index 98%
rename from chrome/browser/search_engines/template_url_fetcher.cc
rename to components/search_engines/template_url_fetcher.cc
index 0022b50d8b442424560c22e6d2bffe7871fe00a5..a667c4944a59118305ae93934248647baad5894c 100644
--- a/chrome/browser/search_engines/template_url_fetcher.cc
+++ b/components/search_engines/template_url_fetcher.cc
@@ -4,12 +4,12 @@
#include "build/build_config.h"
-#include "chrome/browser/search_engines/template_url_fetcher.h"
+#include "components/search_engines/template_url_fetcher.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/search_engines/template_url_parser.h"
#include "components/search_engines/template_url.h"
+#include "components/search_engines/template_url_parser.h"
#include "components/search_engines/template_url_service.h"
#include "net/base/load_flags.h"
#include "net/url_request/url_fetcher.h"
« no previous file with comments | « components/search_engines/template_url_fetcher.h ('k') | components/search_engines/template_url_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698