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

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
« no previous file with comments | « ui/message_center/message_center_bubble.cc ('k') | ui/message_center/message_simple_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1f9e3f26b688d295616bd323b13151d8c296c0fe..61abcefab7e4db8eafa51ec92728be25b6c22d42 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"
@@ -64,7 +64,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);
}
« no previous file with comments | « ui/message_center/message_center_bubble.cc ('k') | ui/message_center/message_simple_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698