| Index: content/renderer/media/media_stream_video_source.h
|
| diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h
|
| index d1ceeefa66323e87c91a3759ae78596a82ad6770..4ff75942517e547585baf08d13b3633d6517382b 100644
|
| --- a/content/renderer/media/media_stream_video_source.h
|
| +++ b/content/renderer/media/media_stream_video_source.h
|
| @@ -84,7 +84,7 @@ class CONTENT_EXPORT MediaStreamVideoSource
|
| static const int kUnknownFrameRate;
|
|
|
| protected:
|
| - virtual void DoStopSource() OVERRIDE;
|
| + virtual void DoStopSource() override;
|
|
|
| // Sets ready state and notifies the ready state to all registered tracks.
|
| virtual void SetReadyState(blink::WebMediaStreamSource::ReadyState state);
|
|
|