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

Unified Diff: chrome/browser/sync/engine/net/gaia_authenticator.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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/browser/sync/engine/net/gaia_authenticator.h
diff --git a/chrome/browser/sync/engine/net/gaia_authenticator.h b/chrome/browser/sync/engine/net/gaia_authenticator.h
index 264e4995a4199ede8cfe0b20147233a761ac536b..0f818c1aacc1765dd8ee73684ff83d54f50a9240 100644
--- a/chrome/browser/sync/engine/net/gaia_authenticator.h
+++ b/chrome/browser/sync/engine/net/gaia_authenticator.h
@@ -153,8 +153,8 @@ class GaiaAuthenticator {
std::string captcha_url;
SignIn signin;
- AuthResults () : credentials_saved(DONT_SAVE_CREDENTIALS),
- auth_error(None) { }
+ AuthResults() : credentials_saved(DONT_SAVE_CREDENTIALS),
+ auth_error(None) { }
};
protected:
« no previous file with comments | « chrome/browser/sync/engine/conflict_resolver.h ('k') | chrome/browser/sync/engine/net/syncapi_server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698