Index: chromecast/browser/pref_service_helper.cc |
diff --git a/chromecast/browser/pref_service_helper.cc b/chromecast/browser/pref_service_helper.cc |
index 3265efb5efdef5cdcd0fe75b592d30fc34053c2f..a81bbf9095672d0a04c1955eb63389833d644212 100644 |
--- a/chromecast/browser/pref_service_helper.cc |
+++ b/chromecast/browser/pref_service_helper.cc |
@@ -10,12 +10,12 @@ |
#include "base/files/file_util.h" |
#include "base/logging.h" |
#include "base/path_service.h" |
-#include "base/prefs/json_pref_store.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service_factory.h" |
-#include "base/prefs/pref_store.h" |
#include "chromecast/base/cast_paths.h" |
#include "chromecast/base/pref_names.h" |
+#include "components/prefs/json_pref_store.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service_factory.h" |
+#include "components/prefs/pref_store.h" |
#include "content/public/browser/browser_thread.h" |
namespace chromecast { |
@@ -56,7 +56,7 @@ scoped_ptr<PrefService> PrefServiceHelper::CreatePrefService( |
RegisterPlatformPrefs(registry); |
- base::PrefServiceFactory prefServiceFactory; |
+ PrefServiceFactory prefServiceFactory; |
scoped_refptr<base::SequencedTaskRunner> task_runner = |
JsonPrefStore::GetTaskRunnerForFile( |
config_path, |