diff options
Diffstat (limited to 'ui/message_center/views/group_view.h')
-rw-r--r-- | ui/message_center/views/group_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/message_center/views/group_view.h b/ui/message_center/views/group_view.h index 1b3f5ba..020f7d1 100644 --- a/ui/message_center/views/group_view.h +++ b/ui/message_center/views/group_view.h @@ -51,7 +51,7 @@ class GroupView : public MessageView, public MessageViewController { private: MessageCenterController* controller_; // Weak, controls lifetime of views. NotifierId notifier_id_; - string16 display_source_; + base::string16 display_source_; gfx::ImageSkia group_icon_; int group_size_; std::string last_notification_id_; |