summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/delegated_frame_evictor.h
diff options
context:
space:
mode:
authormohan.reddy <mohan.reddy@samsung.com>2014-10-07 08:58:38 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-07 15:59:02 +0000
commitb0c6ccb42737ab19dfdc5093bae793863ab7653e (patch)
tree602ab2e4d5ee2637ed04f355c986eb873c3394fd /content/browser/renderer_host/delegated_frame_evictor.h
parent2789d9c9fe9977c65789e373aedd9affe39203fa (diff)
downloadchromium_src-b0c6ccb42737ab19dfdc5093bae793863ab7653e.zip
chromium_src-b0c6ccb42737ab19dfdc5093bae793863ab7653e.tar.gz
chromium_src-b0c6ccb42737ab19dfdc5093bae793863ab7653e.tar.bz2
Replacing the OVERRIDE with override and FINAL with final in content/browser/renderer_host
This step is a giant search and replace for OVERRIDE and FINAL to replace them with their lowercase versions. BUG=417463 Review URL: https://codereview.chromium.org/616603004 Cr-Commit-Position: refs/heads/master@{#298493}
Diffstat (limited to 'content/browser/renderer_host/delegated_frame_evictor.h')
-rw-r--r--content/browser/renderer_host/delegated_frame_evictor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/delegated_frame_evictor.h b/content/browser/renderer_host/delegated_frame_evictor.h
index 64df6f7..7855b31 100644
--- a/content/browser/renderer_host/delegated_frame_evictor.h
+++ b/content/browser/renderer_host/delegated_frame_evictor.h
@@ -31,7 +31,7 @@ class CONTENT_EXPORT DelegatedFrameEvictor : public RendererFrameManagerClient {
private:
// RendererFrameManagerClient implementation.
- virtual void EvictCurrentFrame() OVERRIDE;
+ virtual void EvictCurrentFrame() override;
DelegatedFrameEvictorClient* client_;
bool has_frame_;