| Index: chrome/browser/apps/drive/drive_app_converter.h
|
| diff --git a/chrome/browser/apps/drive/drive_app_converter.h b/chrome/browser/apps/drive/drive_app_converter.h
|
| index 772ea1e1df2c852bd07fe503120778b7776b2a0d..dca629d913fd9f35b2f92f70ae62e0881f333762 100644
|
| --- a/chrome/browser/apps/drive/drive_app_converter.h
|
| +++ b/chrome/browser/apps/drive/drive_app_converter.h
|
| @@ -54,7 +54,7 @@ class DriveAppConverter : public extensions::InstallObserver {
|
|
|
| // extensions::InstallObserver:
|
| virtual void OnFinishCrxInstall(const std::string& extension_id,
|
| - bool success) OVERRIDE;
|
| + bool success) override;
|
|
|
| Profile* profile_;
|
| const drive::DriveAppInfo drive_app_info_;
|
|
|