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

Unified Diff: media/video/capture/fake_video_capture_device.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: media/video/capture/fake_video_capture_device.h
diff --git a/media/video/capture/fake_video_capture_device.h b/media/video/capture/fake_video_capture_device.h
index 96264e86aa3183500c1ea1dacbe64c7802d2f9a4..c04ae24ce79bfdc8e9c6c17ad6de70899b4d6906 100644
--- a/media/video/capture/fake_video_capture_device.h
+++ b/media/video/capture/fake_video_capture_device.h
@@ -28,8 +28,8 @@ class MEDIA_EXPORT FakeVideoCaptureDevice : public VideoCaptureDevice {
// VideoCaptureDevice implementation.
virtual void AllocateAndStart(
const VideoCaptureParams& params,
- scoped_ptr<VideoCaptureDevice::Client> client) OVERRIDE;
- virtual void StopAndDeAllocate() OVERRIDE;
+ scoped_ptr<VideoCaptureDevice::Client> client) override;
+ virtual void StopAndDeAllocate() override;
// Sets the formats to use sequentially when the device is configured as
// variable capture resolution. Works only before AllocateAndStart() or

Powered by Google App Engine
This is Rietveld 408576698