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

Unified Diff: media/video/capture/android/video_capture_device_factory_android.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/android/video_capture_device_factory_android.h
diff --git a/media/video/capture/android/video_capture_device_factory_android.h b/media/video/capture/android/video_capture_device_factory_android.h
index d87416fa7d535473a2a1813c32983d1af1f9d8f4..415b8022b3b4897ccc4fc976a377009539dc100d 100644
--- a/media/video/capture/android/video_capture_device_factory_android.h
+++ b/media/video/capture/android/video_capture_device_factory_android.h
@@ -34,11 +34,11 @@ class MEDIA_EXPORT VideoCaptureDeviceFactoryAndroid :
virtual ~VideoCaptureDeviceFactoryAndroid() {}
virtual scoped_ptr<VideoCaptureDevice> Create(
- const VideoCaptureDevice::Name& device_name) OVERRIDE;
- virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) OVERRIDE;
+ const VideoCaptureDevice::Name& device_name) override;
+ virtual void GetDeviceNames(VideoCaptureDevice::Names* device_names) override;
virtual void GetDeviceSupportedFormats(
const VideoCaptureDevice::Name& device,
- VideoCaptureFormats* supported_formats) OVERRIDE;
+ VideoCaptureFormats* supported_formats) override;
private:
« no previous file with comments | « media/video/capture/android/video_capture_device_android.h ('k') | media/video/capture/fake_video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698