summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-21 21:31:27 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-21 21:31:27 +0000
commit16f76563e2ad664612cb41c1c348f1a1afacd39b (patch)
treece3fc7d8ff1de19266ebdf802f22745568b44ef7 /chrome/common/net
parent2c839e74897807ed0727b7e038af6a37a6ac7ec0 (diff)
downloadchromium_src-16f76563e2ad664612cb41c1c348f1a1afacd39b.zip
chromium_src-16f76563e2ad664612cb41c1c348f1a1afacd39b.tar.gz
chromium_src-16f76563e2ad664612cb41c1c348f1a1afacd39b.tar.bz2
Fix a bunch of clang warnings/errors.
BUG=None TEST=None Review URL: http://codereview.chromium.org/3473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/net')
-rw-r--r--chrome/common/net/gaia/google_service_auth_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/net/gaia/google_service_auth_error.h b/chrome/common/net/gaia/google_service_auth_error.h
index 12119ea..966ef64 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_;
}