summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_scoped_ui_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_scoped_ui_resource.h')
-rw-r--r--cc/test/fake_scoped_ui_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_scoped_ui_resource.h b/cc/test/fake_scoped_ui_resource.h
index 970d7b0..3de9af2 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;