Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: chrome/browser/views/bookmark_bar_view_unittest.cc

Issue 3133031: Make TestingProfile use ScopedTempDir. (Closed)
Patch Set: trybots Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/gaia/token_service_unittest.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/net/gaia/token_service_unittest.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698