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

Unified Diff: chrome/browser/chromeos/login/auth/online_attempt_host.h

Issue 290513003: Move UserContext to its own file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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/browser/chromeos/login/auth/online_attempt_host.h
diff --git a/chrome/browser/chromeos/login/auth/online_attempt_host.h b/chrome/browser/chromeos/login/auth/online_attempt_host.h
index 671b9a34e7c9c56cf86512608bbb683dac5ef211..cad428f16bbaa3d185a48dd4b36297c5bfcab5a9 100644
--- a/chrome/browser/chromeos/login/auth/online_attempt_host.h
+++ b/chrome/browser/chromeos/login/auth/online_attempt_host.h
@@ -36,8 +36,7 @@ class OnlineAttemptHost : public AuthAttemptStateResolver {
// check result (whether authentication was successful). Note, only one
// checking at a time (the newest call stops the old one, if called with
// another username and password combination).
- void Check(Profile* profile,
- const UserContext& user_context);
+ void Check(Profile* profile, const UserContext& user_context);
// Resets the checking process.
void Reset();

Powered by Google App Engine
This is Rietveld 408576698