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

Unified Diff: chrome/browser/signin/chrome_signin_client_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
« no previous file with comments | « chrome/browser/sessions/tab_loader_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/chrome_signin_client_unittest.cc
diff --git a/chrome/browser/signin/chrome_signin_client_unittest.cc b/chrome/browser/signin/chrome_signin_client_unittest.cc
index 00ea61cf893a7d270cb3dc0d193b08251d5ca160..7d40db75473ddd662e882d9b0d0918d3ebf8db6b 100644
--- a/chrome/browser/signin/chrome_signin_client_unittest.cc
+++ b/chrome/browser/signin/chrome_signin_client_unittest.cc
@@ -88,9 +88,9 @@ class ChromeSigninClientTest : public testing::Test {
SigninClient* signin_client() { return signin_client_; }
private:
+ content::TestBrowserThreadBundle thread_bundle_;
std::unique_ptr<Profile> profile_;
SigninClient* signin_client_;
- content::TestBrowserThreadBundle thread_bundle_;
};
void ChromeSigninClientTest::SetUp() {
« no previous file with comments | « chrome/browser/sessions/tab_loader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698