From fe59f48c251e124f4b896e589cb635979bb2f1fb Mon Sep 17 00:00:00 2001 From: mostynb Date: Mon, 6 Oct 2014 08:04:46 -0700 Subject: replace OVERRIDE and FINAL with override and final in components/ BUG=417463 Review URL: https://codereview.chromium.org/623133002 Cr-Commit-Position: refs/heads/master@{#298237} --- components/favicon_base/select_favicon_frames.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/favicon_base') diff --git a/components/favicon_base/select_favicon_frames.cc b/components/favicon_base/select_favicon_frames.cc index 671d732..8df5f8c 100644 --- a/components/favicon_base/select_favicon_frames.cc +++ b/components/favicon_base/select_favicon_frames.cc @@ -173,7 +173,7 @@ class FaviconImageSource : public gfx::ImageSkiaSource { virtual ~FaviconImageSource() {} // gfx::ImageSkiaSource: - virtual gfx::ImageSkiaRep GetImageForScale(float scale) OVERRIDE { + virtual gfx::ImageSkiaRep GetImageForScale(float scale) override { const gfx::ImageSkiaRep* rep = NULL; // gfx::ImageSkia passes one of the resource scale factors. The source // should return: -- cgit v1.1