| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm (revision 91968)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm (working copy)
|
| @@ -475,7 +475,7 @@
|
| // we fake the notification that would be triggered by a tab
|
| // creation. See TabContents::NotifyConnected().
|
| NotificationService::current()->Notify(
|
| - NotificationType::TAB_CONTENTS_CONNECTED,
|
| + content::NOTIFICATION_TAB_CONTENTS_CONNECTED,
|
| Source<TabContents>(NULL),
|
| NotificationService::NoDetails());
|
|
|
|
|