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

Unified Diff: ui/message_center/message_popup_bubble.cc

Issue 11926032: Updated the look of web and basic notifications to match latest mockups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: ui/message_center/message_popup_bubble.cc
diff --git a/ui/message_center/message_popup_bubble.cc b/ui/message_center/message_popup_bubble.cc
index 4b733c2f61ce47cdc76fb47e1a4c5f91e85fe1e7..27f5ea3e7af29935eb05d2f710cb1987bb4d794b 100644
--- a/ui/message_center/message_popup_bubble.cc
+++ b/ui/message_center/message_popup_bubble.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "ui/message_center/message_view.h"
-#include "ui/message_center/message_view_factory.h"
+#include "ui/message_center/notification_view.h"
#include "ui/notifications/notification_types.h"
#include "ui/views/bubble/tray_bubble_view.h"
#include "ui/views/layout/box_layout.h"
@@ -62,7 +62,7 @@ class PopupBubbleContentsView : public views::View {
popup_notifications.begin();
iter != popup_notifications.end(); ++iter) {
MessageView* view =
- MessageViewFactory::ViewForNotification(*iter, list_delegate_);
+ NotificationView::ViewForNotification(*iter, list_delegate_);
view->SetUpView();
content_->AddChildView(view);
}

Powered by Google App Engine
This is Rietveld 408576698