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

Unified Diff: media/video/capture/linux/video_capture_device_chromeos.h

Issue 870743003: Update {virtual,override,final} to follow C++11 style in media, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | media/video/capture/linux/video_capture_device_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/linux/video_capture_device_chromeos.h
diff --git a/media/video/capture/linux/video_capture_device_chromeos.h b/media/video/capture/linux/video_capture_device_chromeos.h
index 6a79cd094856eb56492dd857010723ff6426c20a..50b77a9debb37d7793d7def52c327862e6916071 100644
--- a/media/video/capture/linux/video_capture_device_chromeos.h
+++ b/media/video/capture/linux/video_capture_device_chromeos.h
@@ -21,7 +21,7 @@ class VideoCaptureDeviceChromeOS : public VideoCaptureDeviceLinux {
explicit VideoCaptureDeviceChromeOS(
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
const Name& device_name);
- virtual ~VideoCaptureDeviceChromeOS();
+ ~VideoCaptureDeviceChromeOS() override;
private:
class ScreenObserverDelegate;
« no previous file with comments | « no previous file | media/video/capture/linux/video_capture_device_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698