| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
|
| index 7cdc8c25e565d2b40d4e516a7cedba73738b7d89..021ebf3c6bbc014d496ed9e05b4a1e94ff07e615 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm
|
| @@ -474,7 +474,7 @@ TEST_F(BookmarkBubbleControllerTest, BubbleGoesAwayOnNewTab) {
|
| // Many of our browser objects (Browser, Profile, RequestContext)
|
| // are "just enough" to run tests without being complete. Instead
|
| // we fake the notification that would be triggered by a tab
|
| - // creation. See TabContents::NotifyConnected().
|
| + // creation. See WebContents::NotifyConnected().
|
| content::NotificationService::current()->Notify(
|
| content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
|
| content::Source<WebContents>(NULL),
|
|
|