| Index: apps/shortcut_manager.cc
|
| ===================================================================
|
| --- apps/shortcut_manager.cc (revision 211221)
|
| +++ apps/shortcut_manager.cc (working copy)
|
| @@ -12,6 +12,7 @@
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| @@ -20,7 +21,6 @@
|
| #include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/ui/web_applications/web_app_ui.h"
|
| #include "chrome/browser/web_applications/web_app.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_set.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|