| Index: chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| diff --git a/chrome/browser/web_applications/update_shortcut_worker_win.cc b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| index 1e88f85ff8dc3252a2c55a2c7c723f781e6d5a14..5c6f814b836b1f9f568eb8be20691b381ace16ab 100644
|
| --- a/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| +++ b/chrome/browser/web_applications/update_shortcut_worker_win.cc
|
| @@ -16,10 +16,10 @@
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/extensions/tab_helper.h"
|
| #include "chrome/browser/favicon/favicon_tab_helper.h"
|
| -#include "chrome/browser/history/select_favicon_frames.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/web_applications/web_app.h"
|
| #include "chrome/browser/web_applications/web_app_win.h"
|
| +#include "components/favicon_base/select_favicon_frames.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|