| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 4c659989ac35b0271443dc157512f2292b5c8570..b96d1d45ef2074f40d7b9d35951360a77639f4c1 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"
|
|
|