Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: chrome/browser/notifications/message_center_notification_manager.cc

Issue 2103603002: mash: Remove StatusAreaWidget references from system tray classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/message_center_notification_manager.cc
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
index 7e0575eaeecf657258f377f3c2da8c032aae533d..7b991f039890df7414e93dc747987769897d9d13 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -40,8 +40,8 @@
#endif
#if defined(USE_ASH)
+#include "ash/common/system/web_notification/web_notification_tray.h"
#include "ash/shell.h"
-#include "ash/system/web_notification/web_notification_tray.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698