| Index: chrome/browser/sync/test/integration/sync_extension_installer.h
 | 
| diff --git a/chrome/browser/sync/test/integration/sync_extension_installer.h b/chrome/browser/sync/test/integration/sync_extension_installer.h
 | 
| index e0f9ae436fb20ff65de09f01f1a9acc58c16140e..cd73ae4409734f36934c887618b5ec97f7c70818 100644
 | 
| --- a/chrome/browser/sync/test/integration/sync_extension_installer.h
 | 
| +++ b/chrome/browser/sync/test/integration/sync_extension_installer.h
 | 
| @@ -31,7 +31,7 @@ class SyncedExtensionInstaller : public content::NotificationObserver {
 | 
|    // content::NotificationObserver implementation.
 | 
|    virtual void Observe(int type,
 | 
|                         const content::NotificationSource& source,
 | 
| -                       const content::NotificationDetails& details) OVERRIDE;
 | 
| +                       const content::NotificationDetails& details) override;
 | 
|  
 | 
|   private:
 | 
|    void DoInstallSyncedExtensions();
 | 
| 
 |