diff options
Diffstat (limited to 'components/precache')
-rw-r--r-- | components/precache/DEPS | 1 | ||||
-rw-r--r-- | components/precache/content/precache_manager.cc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/components/precache/DEPS b/components/precache/DEPS index e8a01ac..81775b5e 100644 --- a/components/precache/DEPS +++ b/components/precache/DEPS @@ -6,4 +6,5 @@ include_rules = [ "+components/precache/core", "+components/history/core/browser", + "+components/prefs", ] diff --git a/components/precache/content/precache_manager.cc b/components/precache/content/precache_manager.cc index d38db70..cf0baea 100644 --- a/components/precache/content/precache_manager.cc +++ b/components/precache/content/precache_manager.cc @@ -13,12 +13,12 @@ #include "base/files/file_path.h" #include "base/logging.h" #include "base/metrics/field_trial.h" -#include "base/prefs/pref_service.h" #include "base/strings/string_util.h" #include "base/time/time.h" #include "components/history/core/browser/history_service.h" #include "components/precache/core/precache_database.h" #include "components/precache/core/precache_switches.h" +#include "components/prefs/pref_service.h" #include "components/sync_driver/sync_service.h" #include "components/variations/variations_associated_data.h" #include "content/public/browser/browser_context.h" |