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

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

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 10 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 49028114e94e7f66872001c72f23d17f1fc19dd7..998f0e5250bb3be6c577d8850224cdb146cd11f3 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -34,8 +34,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
using message_center::NotifierId;

Powered by Google App Engine
This is Rietveld 408576698