Index: webrtc/modules/desktop_capture/window_capturer_mac.mm |
diff --git a/webrtc/modules/desktop_capture/window_capturer_mac.mm b/webrtc/modules/desktop_capture/window_capturer_mac.mm |
index 1e706fa47d9f0a0ff503909c2209c23e76fb1e9c..2272b3f51e1362aadd5f7e6edfb8eeb55134d9a2 100644 |
--- a/webrtc/modules/desktop_capture/window_capturer_mac.mm |
+++ b/webrtc/modules/desktop_capture/window_capturer_mac.mm |
@@ -46,7 +46,7 @@ class WindowCapturerMac : public WindowCapturer { |
public: |
explicit WindowCapturerMac(rtc::scoped_refptr<FullScreenChromeWindowDetector> |
full_screen_chrome_window_detector); |
- virtual ~WindowCapturerMac(); |
+ ~WindowCapturerMac() override; |
// WindowCapturer interface. |
bool GetWindowList(WindowList* windows) override; |