Index: content/renderer/media/native_handle_impl.h |
diff --git a/content/renderer/media/native_handle_impl.h b/content/renderer/media/native_handle_impl.h |
index 36c5dab6751c7d289763619ff8b84ce6eab58c1c..7b5748b681145c314fc9b53de52ca4d0395f09b9 100644 |
--- a/content/renderer/media/native_handle_impl.h |
+++ b/content/renderer/media/native_handle_impl.h |
@@ -19,7 +19,7 @@ class NativeHandleImpl : public webrtc::NativeHandle { |
// Retrieves the video frame in the handle. The frame is still ref-counted by |
// the handle. The ref count decreases when NativeHandleImpl is destroyed. |
- virtual void* GetHandle() OVERRIDE; |
+ virtual void* GetHandle() override; |
private: |
scoped_refptr<media::VideoFrame> frame_; |