| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm
|
| index 981860b0c52bd229f1a5d347c03ccb683ad134e9..2035789255f01b2624bb43cbc2fb7fe006573da1 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm
|
| @@ -100,7 +100,7 @@ class BookmarkBarBridgeTest : public CocoaProfileTest {
|
|
|
| // Call all the callbacks; make sure they are all redirected to the objc object.
|
| TEST_F(BookmarkBarBridgeTest, TestRedirect) {
|
| - BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
|
| + BookmarkModel* model = BookmarkModelFactory::GetForBrowserContext(profile());
|
|
|
| base::scoped_nsobject<NSView> parentView(
|
| [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100)]);
|
|
|