Index: chrome/browser/geolocation/chrome_access_token_store.cc |
diff --git a/chrome/browser/geolocation/chrome_access_token_store.cc b/chrome/browser/geolocation/chrome_access_token_store.cc |
index 67f99ad5279742ed5114a00304e10320c72d2340..9cc2376c4fa9c6527d6678686a8fbcbf71cded24 100644 |
--- a/chrome/browser/geolocation/chrome_access_token_store.cc |
+++ b/chrome/browser/geolocation/chrome_access_token_store.cc |
@@ -7,14 +7,14 @@ |
#include <stddef.h> |
#include "base/bind.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/strings/string_piece.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/common/pref_names.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "content/public/browser/browser_thread.h" |
#include "url/gurl.h" |