| Index: chrome/browser/history/android/android_history_provider_service.cc
|
| diff --git a/chrome/browser/history/android/android_history_provider_service.cc b/chrome/browser/history/android/android_history_provider_service.cc
|
| index da415064b3f921d07fde48aebdc3642e56ebcf2d..722d4e537fd184bf5e554583ec879e89b2ae8e8b 100644
|
| --- a/chrome/browser/history/android/android_history_provider_service.cc
|
| +++ b/chrome/browser/history/android/android_history_provider_service.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/history/android/android_history_provider_service.h"
|
|
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/history/android/android_provider_backend.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "components/history/core/browser/android/android_history_types.h"
|
| #include "components/history/core/browser/history_backend.h"
|
| #include "components/history/core/browser/history_db_task.h"
|
|
|