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

Unified Diff: ui/message_center/message_center_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_center_bubble.cc
diff --git a/ui/message_center/message_center_bubble.cc b/ui/message_center/message_center_bubble.cc
index ecd94cd0b14a6706b1b279b426784676b146e97e..a0e3456c410274ee55110b2017d2e870ddcf1ae0 100644
--- a/ui/message_center/message_center_bubble.cc
+++ b/ui/message_center/message_center_bubble.cc
@@ -13,7 +13,7 @@
#include "ui/gfx/text_constants.h"
#include "ui/message_center/message_center_switches.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/views/background.h"
#include "ui/views/border.h"
#include "ui/views/controls/button/text_button.h"
@@ -387,7 +387,7 @@ class MessageCenterContentsView : public views::View {
for (NotificationList::Notifications::const_iterator iter =
notifications.begin(); iter != notifications.end(); ++iter) {
MessageView* view =
- MessageViewFactory::ViewForNotification(*iter, list_delegate_);
+ NotificationView::ViewForNotification(*iter, list_delegate_);
view->set_scroller(scroller_);
view->SetUpView();
if (UseNewDesign()) {

Powered by Google App Engine
This is Rietveld 408576698