| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index 832108b2b3e2087a4af4189709bfd028a58ccdf5..daf392b5e7f8c8ae764d62d50d15da8a9ce60127 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -13,9 +13,9 @@
|
| #include "base/prefs/pref_change_registrar.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "chrome/browser/extensions/extension_uninstall_dialog.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|