Index: chrome/browser/chromeos/preferences.cc |
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc |
index c601805c8a9c07a3e91a000e5998a9caa04ed3c3..f938af94fb847630d3cbf8e7dee13ff645f8a071 100644 |
--- a/chrome/browser/chromeos/preferences.cc |
+++ b/chrome/browser/chromeos/preferences.cc |
@@ -27,7 +27,6 @@ |
#include "chrome/browser/chromeos/net/wake_on_wifi_manager.h" |
#include "chrome/browser/chromeos/system/input_device_settings.h" |
#include "chrome/browser/download/download_prefs.h" |
-#include "chrome/browser/prefs/pref_service_syncable.h" |
#include "chrome/browser/prefs/pref_service_syncable_util.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
@@ -37,6 +36,7 @@ |
#include "components/drive/drive_pref_names.h" |
#include "components/feedback/tracing_manager.h" |
#include "components/pref_registry/pref_registry_syncable.h" |
+#include "components/syncable_prefs/pref_service_syncable.h" |
#include "components/user_manager/user.h" |
#include "content/public/browser/browser_thread.h" |
#include "third_party/icu/source/i18n/unicode/timezone.h" |