| Index: chrome/browser/signin/easy_unlock_service.h | 
| diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h | 
| index 110b2678ef0ad19967e9067212c4a386e57e7f12..c9064a6854555c6e052da65a52b251881e587cd0 100644 | 
| --- a/chrome/browser/signin/easy_unlock_service.h | 
| +++ b/chrome/browser/signin/easy_unlock_service.h | 
| @@ -160,7 +160,7 @@ class EasyUnlockService : public KeyedService { | 
| virtual bool IsAllowedInternal() = 0; | 
|  | 
| // KeyedService override: | 
| -  virtual void Shutdown() OVERRIDE; | 
| +  virtual void Shutdown() override; | 
|  | 
| // Exposes the profile to which the service is attached to subclasses. | 
| Profile* profile() const { return profile_; } | 
|  |