| Index: chrome/browser/ui/android/navigation_popup.cc
|
| diff --git a/chrome/browser/ui/android/navigation_popup.cc b/chrome/browser/ui/android/navigation_popup.cc
|
| index d23655ab23d8adeddc48c61c6adbd00941d90255..f7369c53e5477fcc20a7ee4fed48296bb121e599 100644
|
| --- a/chrome/browser/ui/android/navigation_popup.cc
|
| +++ b/chrome/browser/ui/android/navigation_popup.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/bind.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "jni/NavigationPopup_jni.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|