| Index: ui/message_center/views/notification_button.cc
|
| diff --git a/ui/message_center/views/notification_button.cc b/ui/message_center/views/notification_button.cc
|
| index 7ef5295ad2210e8ba3ada330882bbadef86a5251..8fa32f31e7a3990e0aec7e51df21cde80285b626 100644
|
| --- a/ui/message_center/views/notification_button.cc
|
| +++ b/ui/message_center/views/notification_button.cc
|
| @@ -54,7 +54,7 @@ void NotificationButton::SetIcon(const gfx::ImageSkia& image) {
|
| }
|
| }
|
|
|
| -void NotificationButton::SetTitle(const string16& title) {
|
| +void NotificationButton::SetTitle(const base::string16& title) {
|
| if (title_ != NULL)
|
| delete title_; // This removes the title from this view's children.
|
| if (title.empty()) {
|
|
|