| Index: ui/message_center/notifier_settings.cc
|
| diff --git a/ui/message_center/notifier_settings.cc b/ui/message_center/notifier_settings.cc
|
| index 0e6fe9b0d39c8b6729e7a857441c671e47dbece1..26546118b9e6a7a43f42679fc7a4b27ee9e1efec 100644
|
| --- a/ui/message_center/notifier_settings.cc
|
| +++ b/ui/message_center/notifier_settings.cc
|
| @@ -51,7 +51,7 @@ bool NotifierId::operator<(const NotifierId& other) const {
|
| }
|
|
|
| Notifier::Notifier(const NotifierId& notifier_id,
|
| - const string16& name,
|
| + const base::string16& name,
|
| bool enabled)
|
| : notifier_id(notifier_id),
|
| name(name),
|
| @@ -62,8 +62,8 @@ Notifier::~Notifier() {
|
| }
|
|
|
| NotifierGroup::NotifierGroup(const gfx::Image& icon,
|
| - const string16& name,
|
| - const string16& login_info,
|
| + const base::string16& name,
|
| + const base::string16& login_info,
|
| size_t index)
|
| : icon(icon), name(name), login_info(login_info), index(index) {}
|
|
|
|
|