Index: chrome/browser/background/background_application_list_model.cc |
diff --git a/chrome/browser/background/background_application_list_model.cc b/chrome/browser/background/background_application_list_model.cc |
index 21122bdfcec86a6bfb17b8da768ac56bac4d5d65..7409c0c6142ea450cce4ff1161aaf5af0eca65b6 100644 |
--- a/chrome/browser/background/background_application_list_model.cc |
+++ b/chrome/browser/background/background_application_list_model.cc |
@@ -21,7 +21,6 @@ |
#include "chrome/browser/extensions/image_loader.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/extensions/extension_constants.h" |
-#include "chrome/common/extensions/extension_icon_set.h" |
#include "chrome/common/extensions/manifest_handlers/icons_handler.h" |
#include "content/public/browser/notification_details.h" |
#include "content/public/browser/notification_source.h" |
@@ -29,6 +28,7 @@ |
#include "extensions/browser/extension_registry.h" |
#include "extensions/browser/extension_system.h" |
#include "extensions/common/extension.h" |
+#include "extensions/common/extension_icon_set.h" |
#include "extensions/common/extension_resource.h" |
#include "extensions/common/extension_set.h" |
#include "extensions/common/manifest_handlers/background_info.h" |