| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 7feb3c8fa90a28d47489b7ad353f314d8b681feb..34a7268646f528ca0edceb953bdd4284d7781c8c 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -33,6 +33,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/rand_util.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/string_util.h"
|
| @@ -53,7 +54,6 @@
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/browser/history/visit_database.h"
|
| #include "chrome/browser/history/visit_filter.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/profile_error_dialog.h"
|
| #include "chrome/common/chrome_constants.h"
|
|
|