| Index: content/browser/compositor/software_output_device_x11.h
 | 
| diff --git a/content/browser/compositor/software_output_device_x11.h b/content/browser/compositor/software_output_device_x11.h
 | 
| index 20ae6428e632cb1256b2c9f31736e632250e6359..47e71d665eb0186ec0c9b0b3744b60e2e74b5371 100644
 | 
| --- a/content/browser/compositor/software_output_device_x11.h
 | 
| +++ b/content/browser/compositor/software_output_device_x11.h
 | 
| @@ -22,7 +22,7 @@ class SoftwareOutputDeviceX11 : public cc::SoftwareOutputDevice {
 | 
|  
 | 
|    virtual ~SoftwareOutputDeviceX11();
 | 
|  
 | 
| -  virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE;
 | 
| +  virtual void EndPaint(cc::SoftwareFrameData* frame_data) override;
 | 
|  
 | 
|   private:
 | 
|    ui::Compositor* compositor_;
 | 
| 
 |