| 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);
|
| }
|
|
|