summaryrefslogtreecommitdiffstats
path: root/chrome/browser/apps/shortcut_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/apps/shortcut_manager.cc')
-rw-r--r--chrome/browser/apps/shortcut_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
index a06141d..f63d3e0 100644
--- a/chrome/browser/apps/shortcut_manager.cc
+++ b/chrome/browser/apps/shortcut_manager.cc
@@ -13,7 +13,6 @@
#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"
#include "chrome/browser/profiles/profile_info_cache.h"
#include "chrome/browser/profiles/profile_manager.h"
@@ -26,6 +25,7 @@
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_source.h"
+#include "extensions/browser/extension_system.h"
#include "extensions/common/extension_set.h"
#if defined(OS_MACOSX)