Index: chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
diff --git a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
index 28bdbc11a3efc3e6ea6116dc89c5f282ffe09a7b..85e5a8904503c64f0ac02fd71df74386b57f3639 100644 |
--- a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
+++ b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
@@ -7,9 +7,9 @@ |
#include <set> |
-#include "ash/system/web_notification/message_center.h" |
#include "chrome/browser/chromeos/notifications/balloon_view_host_chromeos.h" // MessageCallback |
#include "chrome/browser/notifications/balloon_collection_impl.h" |
+#include "ui/message_center/message_center.h" |
// Wrapper on top of ::BalloonCollectionImpl to provide integration between |
// the Chrome notification UI and Ash notifications (ash::WebNotificationTray). |