| Index: ui/message_center/cocoa/popup_controller_unittest.mm
|
| diff --git a/ui/message_center/cocoa/popup_controller_unittest.mm b/ui/message_center/cocoa/popup_controller_unittest.mm
|
| index e443e04cc291fc9e81267632014f5c307e7eb228..33a6e4363ecb3731319fbfad83f7720295b7334e 100644
|
| --- a/ui/message_center/cocoa/popup_controller_unittest.mm
|
| +++ b/ui/message_center/cocoa/popup_controller_unittest.mm
|
| @@ -24,7 +24,7 @@ TEST_F(PopupControllerTest, Creation) {
|
| ASCIIToUTF16("Added to circles"),
|
| ASCIIToUTF16("Jonathan and 5 others"),
|
| gfx::Image(),
|
| - string16(),
|
| + base::string16(),
|
| message_center::NotifierId(),
|
| message_center::RichNotificationData(),
|
| NULL));
|
|
|