Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: content/public/test/frame_load_waiter.h

Issue 629203002: Replace OVERRIDE and FINAL with override and final in content/public/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/test/frame_load_waiter.h
diff --git a/content/public/test/frame_load_waiter.h b/content/public/test/frame_load_waiter.h
index 278f13af62fbe9d1a9da66e078b7727a9c0edb5f..b226ba4474f278c04defb0f20eddd996ec4a2ed5 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;
+ virtual void DidFinishLoad() override;
base::RunLoop run_loop_;
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | content/public/test/javascript_test_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698