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

Unified Diff: chrome/common/net/gaia/gaia_authenticator2_unittest.cc

Issue 2847080: Make login cancel logic load localaccount file before attempting offline login (Closed)
Patch Set: fix check_deps failure, comment per phajdan Created 10 years, 5 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
Index: chrome/common/net/gaia/gaia_authenticator2_unittest.cc
diff --git a/chrome/common/net/gaia/gaia_authenticator2_unittest.cc b/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
index 4e4dc82411428e386a66cb300782c230bf5d0fbc..181a0027c8b7a10ea243370d44379815f40e9750 100644
--- a/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
+++ b/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
@@ -247,7 +247,7 @@ TEST_F(GaiaAuthenticator2Test, FullLogin) {
TestingProfile profile;
- MockFactory factory;
+ MockFactory<MockFetcher> factory;
URLFetcher::set_factory(&factory);
GaiaAuthenticator2 auth(&consumer, std::string(),
@@ -268,7 +268,7 @@ TEST_F(GaiaAuthenticator2Test, FullLoginFailure) {
TestingProfile profile;
- MockFactory factory;
+ MockFactory<MockFetcher> factory;
URLFetcher::set_factory(&factory);
factory.set_success(false);

Powered by Google App Engine
This is Rietveld 408576698