| Index: ui/message_center/views/notification_view.cc
|
| diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc
|
| index 21ab8a9b9ec28045012eef7d2c574b3210223869..3403b286a75d4676f4881594b33ad3cec29cce9f 100644
|
| --- a/ui/message_center/views/notification_view.cc
|
| +++ b/ui/message_center/views/notification_view.cc
|
| @@ -303,7 +303,7 @@ NotificationView::NotificationView(MessageCenterController* controller,
|
| controller_(controller),
|
| clickable_(notification.clickable()),
|
| is_expanded_(expanded) {
|
| - std::vector<string16> accessible_lines;
|
| + std::vector<base::string16> accessible_lines;
|
| // Create the top_view_, which collects into a vertical box all content
|
| // at the top of the notification (to the right of the icon) except for the
|
| // close button.
|
|
|