| Index: chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h
 | 
| diff --git a/chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h b/chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h
 | 
| index a5f9d08e54bcc746ee2f6326a078c7a517db819b..acabdffb44d87ca9d515ae4d2811a5e1f9448679 100644
 | 
| --- a/chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h
 | 
| +++ b/chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h
 | 
| @@ -28,7 +28,7 @@ class SupervisedUserSharedSettingsServiceFactory
 | 
|  
 | 
|    // BrowserContextKeyedServiceFactory:
 | 
|    virtual KeyedService* BuildServiceInstanceFor(
 | 
| -      content::BrowserContext* profile) const OVERRIDE;
 | 
| +      content::BrowserContext* profile) const override;
 | 
|  };
 | 
|  
 | 
|  #endif  // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SHARED_SETTINGS_SERVICE_FACTORY_H_
 | 
| 
 |