| Index: cc/test/pixel_test_output_surface.h
 | 
| diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
 | 
| index d3ec6120e0d83134c5f682e042b17f6fd69d1ae3..ce9d79c924052c199f580d04165371998507a756 100644
 | 
| --- a/cc/test/pixel_test_output_surface.h
 | 
| +++ b/cc/test/pixel_test_output_surface.h
 | 
| @@ -16,8 +16,8 @@ class PixelTestOutputSurface : public OutputSurface {
 | 
|    explicit PixelTestOutputSurface(
 | 
|        scoped_ptr<SoftwareOutputDevice> software_device);
 | 
|  
 | 
| -  virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE;
 | 
| -  virtual bool HasExternalStencilTest() const OVERRIDE;
 | 
| +  virtual void Reshape(const gfx::Size& size, float scale_factor) override;
 | 
| +  virtual bool HasExternalStencilTest() const override;
 | 
|  
 | 
|    void set_surface_expansion_size(const gfx::Size& surface_expansion_size) {
 | 
|      surface_expansion_size_ = surface_expansion_size;
 | 
| 
 |