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

Unified Diff: webrtc/modules/desktop_capture/cropping_window_capturer.h

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/cropping_window_capturer.h
diff --git a/webrtc/modules/desktop_capture/cropping_window_capturer.h b/webrtc/modules/desktop_capture/cropping_window_capturer.h
index d24d770aedbbcb5165dc928d97c8c6260a2c8c6b..768e1ee2e6811cab23de1ff0f82f8d6bf8cd36f3 100644
--- a/webrtc/modules/desktop_capture/cropping_window_capturer.h
+++ b/webrtc/modules/desktop_capture/cropping_window_capturer.h
@@ -26,7 +26,7 @@ class CroppingWindowCapturer : public WindowCapturer,
public DesktopCapturer::Callback {
public:
static WindowCapturer* Create(const DesktopCaptureOptions& options);
- virtual ~CroppingWindowCapturer();
+ ~CroppingWindowCapturer() override;
// DesktopCapturer implementation.
void Start(DesktopCapturer::Callback* callback) override;
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/desktop_capture/desktop_and_cursor_composer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698