Index: ash/system/web_notification/web_notification_tray.h |
diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h |
index 0ecd334726bdbee3245912f55df022d8098c39d7..c32bb2fcae58bb0d973ab46614e02d1edd619985 100644 |
--- a/ash/system/web_notification/web_notification_tray.h |
+++ b/ash/system/web_notification/web_notification_tray.h |
@@ -74,7 +74,7 @@ class ASH_EXPORT WebNotificationTray |
bool IsMouseInNotificationBubble() const; |
message_center::MessageCenter* message_center() { |
- return message_center_; |
+ return message_center_.get(); |
} |
// Overridden from TrayBackgroundView. |