| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 00b9e36ae2622761e127dbb1609478d8fbf887c9..f1f0bf82fbb45411a4bebdcee125ec8bcc11d366 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -16,7 +16,6 @@
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "base/threading/worker_pool.h"
|
| #include "chrome/browser/banners/app_banner_settings_helper.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/manifest/manifest_icon_selector.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -24,6 +23,7 @@
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/web_application_info.h"
|
| #include "components/dom_distiller/core/url_utils.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
|
|