| Index: ui/message_center/cocoa/popup_collection_unittest.mm
|
| diff --git a/ui/message_center/cocoa/popup_collection_unittest.mm b/ui/message_center/cocoa/popup_collection_unittest.mm
|
| index 2b8d140e154b3a78a8da0823ce51c32478db49e0..3ec7c3318f23ba2adc8b1c0dd7ea1b437748559f 100644
|
| --- a/ui/message_center/cocoa/popup_collection_unittest.mm
|
| +++ b/ui/message_center/cocoa/popup_collection_unittest.mm
|
| @@ -76,7 +76,8 @@ class PopupCollectionTest : public ui::CocoaTest {
|
| "that has a much longer body "
|
| "than the other notifications. It "
|
| "may not fit on the screen if we "
|
| - "set the screen size too small."),
|
| + "set the screen size too small or "
|
| + "if the notification is way too big"),
|
| gfx::Image(),
|
| string16(),
|
| message_center::NotifierId(),
|
|
|