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

Unified Diff: components/search_engines/util.cc

Issue 367023002: Componentize TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/util.h ('k') | components/webdata/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/util.cc
diff --git a/chrome/browser/search_engines/util.cc b/components/search_engines/util.cc
similarity index 99%
rename from chrome/browser/search_engines/util.cc
rename to components/search_engines/util.cc
index 7cb976cbdc683730ac935e667c244b1da8c94b1c..961a93ef44dc86ed8fe82bceb7d3cbfcf7a12129 100644
--- a/chrome/browser/search_engines/util.cc
+++ b/components/search_engines/util.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/util.h"
+#include "components/search_engines/util.h"
#include <map>
#include <set>
@@ -13,9 +13,9 @@
#include "base/memory/scoped_vector.h"
#include "base/prefs/pref_service.h"
#include "base/time/time.h"
-#include "chrome/browser/search_engines/template_url_service.h"
#include "components/search_engines/template_url.h"
#include "components/search_engines/template_url_prepopulate_data.h"
+#include "components/search_engines/template_url_service.h"
base::string16 GetDefaultSearchEngineName(TemplateURLService* service) {
DCHECK(service);
« no previous file with comments | « components/search_engines/util.h ('k') | components/webdata/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698