summaryrefslogtreecommitdiffstats
path: root/content/public/test/frame_load_waiter.h
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-10-21 04:44:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-21 11:44:31 +0000
commite933b3eb38cf13b7b96141214fa266cf499459ff (patch)
treeb51322928a2bb475e84a6630b1a11a652ecefefe /content/public/test/frame_load_waiter.h
parentc072fff949cad2790f4cb731097c276897b37d0b (diff)
downloadchromium_src-e933b3eb38cf13b7b96141214fa266cf499459ff.zip
chromium_src-e933b3eb38cf13b7b96141214fa266cf499459ff.tar.gz
chromium_src-e933b3eb38cf13b7b96141214fa266cf499459ff.tar.bz2
Standardize usage of virtual/override/final in content/
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/671663002 Cr-Commit-Position: refs/heads/master@{#300461}
Diffstat (limited to 'content/public/test/frame_load_waiter.h')
-rw-r--r--content/public/test/frame_load_waiter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/test/frame_load_waiter.h b/content/public/test/frame_load_waiter.h
index b226ba4..d3f8ac8 100644
--- a/content/public/test/frame_load_waiter.h
+++ b/content/public/test/frame_load_waiter.h
@@ -20,7 +20,7 @@ class FrameLoadWaiter : public RenderFrameObserver {
void Wait();
private:
- virtual void DidFinishLoad() override;
+ void DidFinishLoad() override;
base::RunLoop run_loop_;