| Index: chrome/browser/notifications/notification_platform_bridge_mac.h
|
| diff --git a/chrome/browser/notifications/notification_platform_bridge_mac.h b/chrome/browser/notifications/notification_platform_bridge_mac.h
|
| index 31bfb1d548927f05af2d1a2daa4c44a240a01017..a13124a77ab4b23a1022639ada31119569be7f2b 100644
|
| --- a/chrome/browser/notifications/notification_platform_bridge_mac.h
|
| +++ b/chrome/browser/notifications/notification_platform_bridge_mac.h
|
| @@ -51,7 +51,11 @@ class NotificationPlatformBridgeMac : public NotificationPlatformBridge {
|
| TestDisplayNoButtons);
|
| FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
|
| TestDisplayOneButton);
|
| - FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest, TestClose);
|
| + FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
|
| + TestDisplayNiceMock);
|
| + FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest, TestCloseOneWay);
|
| + FRIEND_TEST_ALL_PREFIXES(NotificationPlatformBridgeMacTest,
|
| + TestCloseAnotherWay);
|
|
|
| // Used directly in tests.
|
| NotificationPlatformBridgeMac(NSUserNotificationCenter* notification_center,
|
|
|