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

Unified Diff: components/search_engines/util.cc

Issue 1651203002: Update components for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_service.cc ('k') | components/security_interstitials/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/components/search_engines/util.cc b/components/search_engines/util.cc
index 1247ce2a953d1e73a94d32f2a58aa82e3b9c2bf1..e3c22c16c1e47d4ffe5a4e7410b87fd5fbc46e39 100644
--- a/components/search_engines/util.cc
+++ b/components/search_engines/util.cc
@@ -14,8 +14,8 @@
#include "base/logging.h"
#include "base/memory/scoped_vector.h"
-#include "base/prefs/pref_service.h"
#include "base/time/time.h"
+#include "components/prefs/pref_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"
« no previous file with comments | « components/search_engines/template_url_service.cc ('k') | components/security_interstitials/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698