diff options
Diffstat (limited to 'chrome/browser/dom_distiller/tab_utils_android.cc')
-rw-r--r-- | chrome/browser/dom_distiller/tab_utils_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_distiller/tab_utils_android.cc b/chrome/browser/dom_distiller/tab_utils_android.cc index 40a02c5..2691bf9 100644 --- a/chrome/browser/dom_distiller/tab_utils_android.cc +++ b/chrome/browser/dom_distiller/tab_utils_android.cc @@ -7,12 +7,12 @@ #include <string> #include "base/android/jni_string.h" -#include "base/prefs/pref_service.h" #include "chrome/browser/dom_distiller/tab_utils.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_manager.h" #include "chrome/common/pref_names.h" #include "components/dom_distiller/core/experiments.h" +#include "components/prefs/pref_service.h" #include "components/url_formatter/url_formatter.h" #include "content/public/browser/web_contents.h" #include "content/public/common/content_constants.h" |