| Index: content/browser/android/in_process/synchronous_compositor_factory_impl.h | 
| diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.h b/content/browser/android/in_process/synchronous_compositor_factory_impl.h | 
| index 8f57cb4ddc8a784091c3f11dfd35e089a61bbbbc..dd7467a5849341f1c2f690f4fc02a8f1f1e70c56 100644 | 
| --- a/content/browser/android/in_process/synchronous_compositor_factory_impl.h | 
| +++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.h | 
| @@ -31,22 +31,22 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory { | 
|  | 
| // SynchronousCompositorFactory | 
| virtual scoped_refptr<base::MessageLoopProxy> GetCompositorMessageLoop() | 
| -      OVERRIDE; | 
| -  virtual bool RecordFullLayer() OVERRIDE; | 
| +      override; | 
| +  virtual bool RecordFullLayer() override; | 
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface( | 
| int routing_id, | 
| scoped_refptr<content::FrameSwapMessageQueue> frame_swap_message_queue) | 
| -      OVERRIDE; | 
| -  virtual InputHandlerManagerClient* GetInputHandlerManagerClient() OVERRIDE; | 
| +      override; | 
| +  virtual InputHandlerManagerClient* GetInputHandlerManagerClient() override; | 
| virtual scoped_refptr<webkit::gpu::ContextProviderWebContext> | 
| CreateOffscreenContextProvider( | 
| const blink::WebGraphicsContext3D::Attributes& attributes, | 
| -          const std::string& debug_name) OVERRIDE; | 
| +          const std::string& debug_name) override; | 
| virtual scoped_refptr<StreamTextureFactory> CreateStreamTextureFactory( | 
| -      int view_id) OVERRIDE; | 
| +      int view_id) override; | 
| virtual webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl* | 
| CreateOffscreenGraphicsContext3D( | 
| -          const blink::WebGraphicsContext3D::Attributes& attributes) OVERRIDE; | 
| +          const blink::WebGraphicsContext3D::Attributes& attributes) override; | 
|  | 
| SynchronousInputEventFilter* synchronous_input_event_filter() { | 
| return &synchronous_input_event_filter_; | 
|  |