summaryrefslogtreecommitdiffstats
path: root/cc/resources/scoped_ui_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/scoped_ui_resource.h')
-rw-r--r--cc/resources/scoped_ui_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/scoped_ui_resource.h b/cc/resources/scoped_ui_resource.h
index c257e1e..9d4b937 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: