Chromium Code Reviews

Unified Diff: webrtc/modules/desktop_capture/window_capturer_win.cc

Issue 2436503004: Enable clang style plugin in webrtc/modules/desktop_capture (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/desktop_capture/window_capturer_win.cc
diff --git a/webrtc/modules/desktop_capture/window_capturer_win.cc b/webrtc/modules/desktop_capture/window_capturer_win.cc
index 91ccc38f54548abb51315874f81c0582ff1fe110..9253b86d2297f6d4922df5c01eece148962accb9 100644
--- a/webrtc/modules/desktop_capture/window_capturer_win.cc
+++ b/webrtc/modules/desktop_capture/window_capturer_win.cc
@@ -83,7 +83,7 @@ BOOL CALLBACK WindowsEnumerationHandler(HWND hwnd, LPARAM param) {
class WindowCapturerWin : public WindowCapturer {
public:
WindowCapturerWin();
- virtual ~WindowCapturerWin();
+ ~WindowCapturerWin() override;
// WindowCapturer interface.
bool GetWindowList(WindowList* windows) override;
« no previous file with comments | « webrtc/modules/desktop_capture/window_capturer_null.cc ('k') | webrtc/modules/desktop_capture/window_capturer_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine