| Index: chromeos/login/auth/online_attempt_host.h
|
| diff --git a/chromeos/login/auth/online_attempt_host.h b/chromeos/login/auth/online_attempt_host.h
|
| index 8d49a7b70d7bad116b5dd3cbd5cd99bf5cbf8604..da392450424da68a578fe883776063b4e9c5ec5d 100644
|
| --- a/chromeos/login/auth/online_attempt_host.h
|
| +++ b/chromeos/login/auth/online_attempt_host.h
|
| @@ -50,7 +50,7 @@ class CHROMEOS_EXPORT OnlineAttemptHost : public AuthAttemptStateResolver {
|
|
|
| // AuthAttemptStateResolver overrides.
|
| // Executed on IO thread.
|
| - virtual void Resolve() OVERRIDE;
|
| + virtual void Resolve() override;
|
|
|
| // Does an actual resolve on UI thread.
|
| void ResolveOnUIThread(bool success);
|
|
|