| Index: chrome/browser/history/history_service_factory.cc
|
| diff --git a/chrome/browser/history/history_service_factory.cc b/chrome/browser/history/history_service_factory.cc
|
| index 68f4c135a56795b8e06fd9e4307a35d451e7281c..ef7ddf13ce541fc0a97bf94e53a9f17dd17a510c 100644
|
| --- a/chrome/browser/history/history_service_factory.cc
|
| +++ b/chrome/browser/history/history_service_factory.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/browser/history/history_service_factory.h"
|
|
|
| -#include "base/prefs/pref_service.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/history/chrome_history_client.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| @@ -17,6 +16,7 @@
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/keyed_service/core/service_access_type.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| // static
|
| history::HistoryService* HistoryServiceFactory::GetForProfile(
|
|
|