Chromium Code Reviews| Index: google_apis/gaia/google_service_auth_error.cc |
| diff --git a/google_apis/gaia/google_service_auth_error.cc b/google_apis/gaia/google_service_auth_error.cc |
| index 8beeb4dbd1c6906f20014cce9fea0100a60e17bd..96fc063cb7eef0c4dae7f51824ea7dd98956969c 100644 |
| --- a/google_apis/gaia/google_service_auth_error.cc |
| +++ b/google_apis/gaia/google_service_auth_error.cc |
| @@ -225,7 +225,7 @@ DictionaryValue* GoogleServiceAuthError::ToValue() const { |
| std::string GoogleServiceAuthError::ToString() const { |
| switch (state_) { |
| case NONE: |
| - return ""; |
| + return std::string(); |
| case INVALID_GAIA_CREDENTIALS: |
| return "Invalid credentials."; |
| case USER_NOT_SIGNED_UP: |