Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 61de06cc93b6046792735b8415a7ee7fdbaa9515..3c79689a2ade3eef6d8980409a5755c42dca3de8 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;

Powered by Google App Engine
This is Rietveld 408576698