| Index: chrome/browser/dom_distiller/tab_utils_android.cc
|
| diff --git a/chrome/browser/dom_distiller/tab_utils_android.cc b/chrome/browser/dom_distiller/tab_utils_android.cc
|
| index 40a02c50ba5c9a7228a7f37452e75c348cc77bc0..2691bf905e1db4ae617e82b4ca772fda1c5f521d 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"
|
|
|