Index: chrome/browser/views/bookmark_bar_view_unittest.cc |
diff --git a/chrome/browser/views/bookmark_bar_view_unittest.cc b/chrome/browser/views/bookmark_bar_view_unittest.cc |
index 126c668f1fa0efa7524e04f49e46db9cd8f14598..b84e6b35264f3cf02218b341ddad42cc20e16abd 100644 |
--- a/chrome/browser/views/bookmark_bar_view_unittest.cc |
+++ b/chrome/browser/views/bookmark_bar_view_unittest.cc |
@@ -34,7 +34,7 @@ TEST_F(BookmarkBarViewTest, SwitchProfile) { |
EXPECT_EQ(1, bookmark_bar.GetBookmarkButtonCount()); |
- TestingProfile profile2(0); |
+ TestingProfile profile2; |
profile2.CreateBookmarkModel(true); |
profile2.BlockUntilBookmarkModelLoaded(); |