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 ab3d9c07de5f573b92c59cc56179963082f7676a..736bbd6278582917e2d741c9008827235b5ac542 100644 |
--- a/google_apis/gaia/google_service_auth_error.cc |
+++ b/google_apis/gaia/google_service_auth_error.cc |
@@ -147,7 +147,7 @@ const std::string& GoogleServiceAuthError::token() const { |
default: |
NOTREACHED(); |
} |
- return EmptyString(); |
+ return base::EmptyString(); |
} |
const std::string& GoogleServiceAuthError::error_message() const { |