diff options
Diffstat (limited to 'chrome/browser/android/chrome_application.cc')
-rw-r--r-- | chrome/browser/android/chrome_application.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/chrome_application.cc b/chrome/browser/android/chrome_application.cc index 212aa61..104d3f0 100644 --- a/chrome/browser/android/chrome_application.cc +++ b/chrome/browser/android/chrome_application.cc @@ -9,13 +9,13 @@ #include "base/android/context_utils.h" #include "base/android/jni_android.h" #include "base/android/jni_string.h" -#include "base/prefs/pref_service.h" #include "chrome/browser/android/tab_android.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/net/predictor.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_manager.h" #include "chrome/common/chrome_content_client.h" +#include "components/prefs/pref_service.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/storage_partition.h" #include "content/public/browser/web_contents.h" |