summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/ash/app_sync_ui_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/ash/app_sync_ui_state.cc')
-rw-r--r--chrome/browser/ui/ash/app_sync_ui_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/ash/app_sync_ui_state.cc b/chrome/browser/ui/ash/app_sync_ui_state.cc
index 522004f..c911e4a 100644
--- a/chrome/browser/ui/ash/app_sync_ui_state.cc
+++ b/chrome/browser/ui/ash/app_sync_ui_state.cc
@@ -7,7 +7,6 @@
#include "base/prefs/pref_service.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/sync/profile_sync_service.h"
#include "chrome/browser/sync/profile_sync_service_factory.h"
@@ -16,6 +15,7 @@
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/notification_source.h"
+#include "extensions/browser/extension_system.h"
#include "extensions/browser/pending_extension_manager.h"
#if defined(OS_CHROMEOS)