| Index: chrome/browser/ui/screen_capture_notification_ui.h
|
| diff --git a/chrome/browser/ui/screen_capture_notification_ui.h b/chrome/browser/ui/screen_capture_notification_ui.h
|
| index c3d3dbea4af64a9f14f305f1ad8cbc0598e53a9c..3d21af00fac164e7ce8600e2db5f7ebad3a766db 100644
|
| --- a/chrome/browser/ui/screen_capture_notification_ui.h
|
| +++ b/chrome/browser/ui/screen_capture_notification_ui.h
|
| @@ -13,7 +13,7 @@
|
| // is being captured.
|
| class ScreenCaptureNotificationUI : public content::MediaStreamUI {
|
| public:
|
| - virtual ~ScreenCaptureNotificationUI() {}
|
| + ~ScreenCaptureNotificationUI() override {}
|
|
|
| // Creates platform-specific screen capture notification UI. |text| specifies
|
| // the text that should be shown in the notification.
|
|
|