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

Unified Diff: chrome/browser/signin/signin_global_error_unittest.cc

Issue 12686006: Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::None() to LoginFailureNo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/signin/signin_global_error.cc ('k') | chrome/browser/signin/ubertoken_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_global_error_unittest.cc
diff --git a/chrome/browser/signin/signin_global_error_unittest.cc b/chrome/browser/signin/signin_global_error_unittest.cc
index b0f28b7aaa0d9f10f675d31030148b5b8d04cf84..3ca0a4b75f8e8d32b5c7e0257202f2ed4e7319b4 100644
--- a/chrome/browser/signin/signin_global_error_unittest.cc
+++ b/chrome/browser/signin/signin_global_error_unittest.cc
@@ -77,9 +77,9 @@ TEST_F(SigninGlobalErrorTest, AuthStatusProviderErrorTransition) {
ASSERT_TRUE(global_error_->HasBadge());
// Now resolve the auth errors - badge should go away.
- provider0.SetAuthError(GoogleServiceAuthError::None());
+ provider0.SetAuthError(GoogleServiceAuthError::AuthErrorNone());
ASSERT_TRUE(global_error_->HasBadge());
- provider1.SetAuthError(GoogleServiceAuthError::None());
+ provider1.SetAuthError(GoogleServiceAuthError::AuthErrorNone());
ASSERT_FALSE(global_error_->HasBadge());
}
ASSERT_FALSE(global_error_->HasBadge());
« no previous file with comments | « chrome/browser/signin/signin_global_error.cc ('k') | chrome/browser/signin/ubertoken_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698