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

Unified Diff: chrome/common/net/gaia/google_service_auth_error.h

Issue 3473006: Fix a bunch of clang warnings/errors. (Closed)
Patch Set: Created 10 years, 3 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698