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 9ff2492d8bee8a9cd6a98ac1a43d2159cef5af1b..018a94c270d7304887880bd150407d5b799f52e2 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray.h |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.h |
@@ -120,6 +120,7 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate, |
bool should_update_tray_content_; |
bool last_quiet_mode_state_; |
+ base::string16 title_; |
DISALLOW_COPY_AND_ASSIGN(WebNotificationTray); |
}; |