From f68776d8c52601899d957c7ac222693fd51405d2 Mon Sep 17 00:00:00 2001 From: mostynb Date: Mon, 6 Oct 2014 11:07:37 -0700 Subject: replace OVERRIDE and FINAL with override and final in cc/ BUG=417463 Review URL: https://codereview.chromium.org/628443002 Cr-Commit-Position: refs/heads/master@{#298271} --- cc/resources/scoped_ui_resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/resources/scoped_ui_resource.h') 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: -- cgit v1.1