| Index: chrome/browser/apps/per_app_settings_service.h
|
| diff --git a/chrome/browser/apps/per_app_settings_service.h b/chrome/browser/apps/per_app_settings_service.h
|
| index 161a6da5ad428d5108695be90efbb4e7f6a92f18..c65ed3e3d7ca6068bf3e71bd94a442c87b4787ea 100644
|
| --- a/chrome/browser/apps/per_app_settings_service.h
|
| +++ b/chrome/browser/apps/per_app_settings_service.h
|
| @@ -16,7 +16,7 @@
|
| class PerAppSettingsService : public KeyedService {
|
| public:
|
| PerAppSettingsService();
|
| - virtual ~PerAppSettingsService();
|
| + ~PerAppSettingsService() override;
|
|
|
| // Sets/gets the desktop that |app_id| was last launched from.
|
| void SetDesktopLastLaunchedFrom(
|
|
|