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

Unified Diff: components/user_prefs/user_prefs.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/user_prefs/tracked/tracked_preferences_migration_unittest.cc ('k') | components/variations/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/user_prefs.cc
diff --git a/components/user_prefs/user_prefs.cc b/components/user_prefs/user_prefs.cc
index 3ddff9bfc10902b48ff24f189098c8f8d3b14990..493c50eac77d10e846f80a779bf55bbb39cdf36a 100644
--- a/components/user_prefs/user_prefs.cc
+++ b/components/user_prefs/user_prefs.cc
@@ -6,7 +6,7 @@
#include "base/logging.h"
#include "base/memory/singleton.h"
-#include "base/prefs/pref_service.h"
+#include "components/prefs/pref_service.h"
namespace user_prefs {
« no previous file with comments | « components/user_prefs/tracked/tracked_preferences_migration_unittest.cc ('k') | components/variations/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698