Index: content/browser/compositor/reflector_impl.h |
diff --git a/content/browser/compositor/reflector_impl.h b/content/browser/compositor/reflector_impl.h |
index 0a9af98ca610255c25c62376082269543b416a3e..6123cb5e5efe6f77ca485486f031e22f04ed82c3 100644 |
--- a/content/browser/compositor/reflector_impl.h |
+++ b/content/browser/compositor/reflector_impl.h |
@@ -53,7 +53,7 @@ class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>, |
BrowserCompositorOutputSurface* surface); |
// ui::Reflector implementation. |
- virtual void OnMirroringCompositorResized() OVERRIDE; |
+ virtual void OnMirroringCompositorResized() override; |
// Called in |BrowserCompositorOutputSurface::SwapBuffers| to copy |
// the full screen image to the |texture_id_|. This must be called |