| 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();
|
|
|