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

Unified Diff: chrome/browser/profiles/profile_statistics_unittest.cc

Issue 2523093002: TestBrowserThreads must outlive TestProfiles and TestProfileManagers (Closed)
Patch Set: Created 4 years, 1 month 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
Index: chrome/browser/profiles/profile_statistics_unittest.cc
diff --git a/chrome/browser/profiles/profile_statistics_unittest.cc b/chrome/browser/profiles/profile_statistics_unittest.cc
index 0dbb2814617384679a3863dfd68869b437b26267..700b1fe97a7112e0b5bad32fdd1508dbe35c61ee 100644
--- a/chrome/browser/profiles/profile_statistics_unittest.cc
+++ b/chrome/browser/profiles/profile_statistics_unittest.cc
@@ -105,8 +105,8 @@ class ProfileStatisticsTest : public testing::Test {
TestingProfileManager* manager() { return &manager_; }
private:
- TestingProfileManager manager_;
content::TestBrowserThreadBundle thread_bundle_;
+ TestingProfileManager manager_;
};
TEST_F(ProfileStatisticsTest, ProfileAttributesStorage) {

Powered by Google App Engine
This is Rietveld 408576698