Index: chromeos/timezone/timezone_resolver.cc |
diff --git a/chromeos/timezone/timezone_resolver.cc b/chromeos/timezone/timezone_resolver.cc |
index 5938654c77e98eac2554608b79b422b3a310a509..c6ebfb49fc3ebab2fb38f4bf9bc3787e39f9efaa 100644 |
--- a/chromeos/timezone/timezone_resolver.cc |
+++ b/chromeos/timezone/timezone_resolver.cc |
@@ -15,14 +15,14 @@ |
#include "base/macros.h" |
#include "base/power_monitor/power_monitor.h" |
#include "base/power_monitor/power_observer.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service.h" |
#include "base/rand_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time/time.h" |
#include "chromeos/geolocation/geoposition.h" |
#include "chromeos/geolocation/simple_geolocation_provider.h" |
#include "chromeos/timezone/timezone_provider.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service.h" |
namespace chromeos { |