| 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 dca629d913fd9f35b2f92f70ae62e0881f333762..515f9ef67005a38714e4efcdbaf5e706cba19335 100644
|
| --- a/chrome/browser/apps/drive/drive_app_converter.h
|
| +++ b/chrome/browser/apps/drive/drive_app_converter.h
|
| @@ -32,7 +32,7 @@ class DriveAppConverter : public extensions::InstallObserver {
|
| DriveAppConverter(Profile* profile,
|
| const drive::DriveAppInfo& drive_app_info,
|
| const FinishedCallback& finished_callback);
|
| - virtual ~DriveAppConverter();
|
| + ~DriveAppConverter() override;
|
|
|
| void Start();
|
| bool IsStarted() const;
|
| @@ -53,8 +53,8 @@ class DriveAppConverter : public extensions::InstallObserver {
|
| void PostInstallCleanUp();
|
|
|
| // extensions::InstallObserver:
|
| - virtual void OnFinishCrxInstall(const std::string& extension_id,
|
| - bool success) override;
|
| + void OnFinishCrxInstall(const std::string& extension_id,
|
| + bool success) override;
|
|
|
| Profile* profile_;
|
| const drive::DriveAppInfo drive_app_info_;
|
|
|