| Index: cc/test/fake_scoped_ui_resource.h
 | 
| diff --git a/cc/test/fake_scoped_ui_resource.h b/cc/test/fake_scoped_ui_resource.h
 | 
| index 970d7b0bcc179a749e544fd528505a597054187c..3de9af274ad0542036b8ba954ec2711dfa9b811f 100644
 | 
| --- a/cc/test/fake_scoped_ui_resource.h
 | 
| +++ b/cc/test/fake_scoped_ui_resource.h
 | 
| @@ -17,7 +17,7 @@ class FakeScopedUIResource : public ScopedUIResource {
 | 
|    static scoped_ptr<FakeScopedUIResource> Create(LayerTreeHost* host);
 | 
|  
 | 
|    virtual UIResourceBitmap GetBitmap(UIResourceId uid,
 | 
| -                                     bool resource_lost) OVERRIDE;
 | 
| +                                     bool resource_lost) override;
 | 
|    void ResetCounters();
 | 
|  
 | 
|    int resource_create_count;
 | 
| 
 |