Index: google_apis/gaia/google_service_auth_error_unittest.cc |
diff --git a/google_apis/gaia/google_service_auth_error_unittest.cc b/google_apis/gaia/google_service_auth_error_unittest.cc |
index 4b83fa64613e2da1435c8da57f5b9d66840fa8e1..59aa5105fc36ead3a99c5eac6bf4cf5a7bd6b669 100644 |
--- a/google_apis/gaia/google_service_auth_error_unittest.cc |
+++ b/google_apis/gaia/google_service_auth_error_unittest.cc |
@@ -37,7 +37,7 @@ TEST_F(GoogleServiceAuthErrorTest, SimpleToValue) { |
} |
TEST_F(GoogleServiceAuthErrorTest, None) { |
- GoogleServiceAuthError error(GoogleServiceAuthError::None()); |
+ GoogleServiceAuthError error(GoogleServiceAuthError::AuthErrorNone()); |
scoped_ptr<DictionaryValue> value(error.ToValue()); |
EXPECT_EQ(1u, value->size()); |
ExpectDictStringValue("NONE", *value, "state"); |