| Index: ui/message_center/views/notification_button.h
|
| diff --git a/ui/message_center/views/notification_button.h b/ui/message_center/views/notification_button.h
|
| index 7d3c52ce1ea8474c94f337e8920528b7c81b42c2..e0603cd38a673249935df0c77948775433136e0d 100644
|
| --- a/ui/message_center/views/notification_button.h
|
| +++ b/ui/message_center/views/notification_button.h
|
| @@ -24,7 +24,7 @@ class NotificationButton : public views::CustomButton {
|
| virtual ~NotificationButton();
|
|
|
| void SetIcon(const gfx::ImageSkia& icon);
|
| - void SetTitle(const string16& title);
|
| + void SetTitle(const base::string16& title);
|
|
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|