| Index: chrome/browser/apps/drive/drive_app_provider.h
 | 
| diff --git a/chrome/browser/apps/drive/drive_app_provider.h b/chrome/browser/apps/drive/drive_app_provider.h
 | 
| index 69fdc30a064878c05df9208857310e85c38e75c7..e29db8eff473e61b645b81da24847b3fb623e8d6 100644
 | 
| --- a/chrome/browser/apps/drive/drive_app_provider.h
 | 
| +++ b/chrome/browser/apps/drive/drive_app_provider.h
 | 
| @@ -69,17 +69,17 @@ class DriveAppProvider : public drive::DriveAppRegistryObserver,
 | 
|    void ProcessRemovedDriveApp(const std::string& drive_app_id);
 | 
|  
 | 
|    // drive::DriveAppRegistryObserver overrides:
 | 
| -  virtual void OnDriveAppRegistryUpdated() OVERRIDE;
 | 
| +  virtual void OnDriveAppRegistryUpdated() override;
 | 
|  
 | 
|    // extensions::ExtensionRegistryObserver overrides:
 | 
|    virtual void OnExtensionInstalled(
 | 
|        content::BrowserContext* browser_context,
 | 
|        const extensions::Extension* extension,
 | 
| -      bool is_update) OVERRIDE;
 | 
| +      bool is_update) override;
 | 
|    virtual void OnExtensionUninstalled(
 | 
|        content::BrowserContext* browser_context,
 | 
|        const extensions::Extension* extension,
 | 
| -      extensions::UninstallReason reason) OVERRIDE;
 | 
| +      extensions::UninstallReason reason) override;
 | 
|  
 | 
|    Profile* profile_;
 | 
|  
 | 
| 
 |