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

Unified Diff: components/search_engines/desktop_search_redirection_infobar_delegate.cc

Issue 1668463002: Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes 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/prefs/writeable_pref_store.h ('k') | components/search_engines/desktop_search_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/desktop_search_redirection_infobar_delegate.cc
diff --git a/components/search_engines/desktop_search_redirection_infobar_delegate.cc b/components/search_engines/desktop_search_redirection_infobar_delegate.cc
index 736cce5e4be8a6291c31f9ce2eb6ecd7387312f4..557a4e8fe9cc3243518e5feded282ceb33c2b244 100644
--- a/components/search_engines/desktop_search_redirection_infobar_delegate.cc
+++ b/components/search_engines/desktop_search_redirection_infobar_delegate.cc
@@ -10,10 +10,10 @@
#include "base/memory/scoped_ptr.h"
#include "base/metrics/histogram_macros.h"
#include "base/metrics/user_metrics.h"
-#include "base/prefs/pref_service.h"
#include "components/infobars/core/infobar.h"
#include "components/infobars/core/infobar_delegate.h"
#include "components/infobars/core/infobar_manager.h"
+#include "components/prefs/pref_service.h"
#include "components/search_engines/desktop_search_utils.h"
#include "grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
« no previous file with comments | « components/prefs/writeable_pref_store.h ('k') | components/search_engines/desktop_search_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698