Index: chrome/browser/ui/views/message_center/web_notification_tray.h |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.h b/chrome/browser/ui/views/message_center/web_notification_tray.h |
index 1bc6fa4c351f94225e14b7fc441a843f637235eb..040f9a63c75613065fe88e50fb483b8ea16a5fde 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray.h |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.h |
@@ -8,6 +8,8 @@ |
#include "base/memory/weak_ptr.h" |
#include "chrome/browser/status_icons/status_icon_observer.h" |
#include "chrome/browser/ui/views/message_center/message_center_widget_delegate.h" |
+#include "content/public/browser/notification_observer.h" |
+#include "content/public/browser/notification_registrar.h" |
#include "ui/base/models/simple_menu_model.h" |
#include "ui/gfx/rect.h" |
#include "ui/message_center/message_center_tray.h" |
@@ -69,6 +71,7 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate, |
// Gets the point where the status icon was clicked. |
gfx::Point mouse_click_point() { return mouse_click_point_; } |
+ virtual MessageCenterTray* GetMessageCenterTray() OVERRIDE; |
private: |
FRIEND_TEST_ALL_PREFIXES(WebNotificationTrayTest, WebNotifications); |