| Index: cc/resources/scoped_ui_resource.h
|
| diff --git a/cc/resources/scoped_ui_resource.h b/cc/resources/scoped_ui_resource.h
|
| index c257e1e25dc383dc164fc606dc196de86024e7a1..9d4b93771a88229857562ebb6bdc79da4d7f39fe 100644
|
| --- a/cc/resources/scoped_ui_resource.h
|
| +++ b/cc/resources/scoped_ui_resource.h
|
| @@ -29,7 +29,7 @@ class CC_EXPORT ScopedUIResource : public UIResourceClient {
|
|
|
| // UIResourceClient implementation.
|
| virtual UIResourceBitmap GetBitmap(UIResourceId uid,
|
| - bool resource_lost) OVERRIDE;
|
| + bool resource_lost) override;
|
| UIResourceId id() { return id_; }
|
|
|
| protected:
|
|
|