Index: chrome/common/net/gaia/google_service_auth_error.h |
diff --git a/chrome/common/net/gaia/google_service_auth_error.h b/chrome/common/net/gaia/google_service_auth_error.h |
index 12119ea351dee9701f95d9fb3474a9bd0f4ffe03..966ef647989dedf1bc6444d9a57d751be598aa1a 100644 |
--- a/chrome/common/net/gaia/google_service_auth_error.h |
+++ b/chrome/common/net/gaia/google_service_auth_error.h |
@@ -125,7 +125,7 @@ class GoogleServiceAuthError { |
// The error information. |
const State& state() const { return state_; } |
const Captcha& captcha() const { return captcha_; } |
- const int network_error() const { |
+ int network_error() const { |
return network_error_; |
} |