Index: ash/system/web_notification/popup_bubble.h |
diff --git a/ash/system/web_notification/popup_bubble.h b/ash/system/web_notification/popup_bubble.h |
index bc0d8c60c4cfa37be36efc7b06abadf2ad7b2cc9..747776e56c9ea5616817b5f40b6df7aa76de0083 100644 |
--- a/ash/system/web_notification/popup_bubble.h |
+++ b/ash/system/web_notification/popup_bubble.h |
@@ -28,11 +28,9 @@ class PopupBubble : public WebNotificationBubble { |
bool dirty() const { return dirty_; } |
void set_dirty(bool dirty) { dirty_ = dirty; } |
- // Overridden from TrayBubbleView::Host. |
+ // Overridden from TrayBubbleView::Delegate. |
virtual void BubbleViewDestroyed() OVERRIDE; |
- |
virtual void OnMouseEnteredView() OVERRIDE; |
- |
virtual void OnMouseExitedView() OVERRIDE; |
private: |