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

Unified Diff: media/blink/texttrack_impl.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (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
« no previous file with comments | « media/blink/run_all_unittests.cc ('k') | media/blink/video_frame_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/texttrack_impl.h
diff --git a/media/blink/texttrack_impl.h b/media/blink/texttrack_impl.h
index 1d85bde72eff388ffd33989f36b5074f280765de..104b9c955c15f2871adb2b182ad754a372355d33 100644
--- a/media/blink/texttrack_impl.h
+++ b/media/blink/texttrack_impl.h
@@ -37,7 +37,7 @@ class TextTrackImpl : public TextTrack {
const base::TimeDelta& end,
const std::string& id,
const std::string& content,
- const std::string& settings) OVERRIDE;
+ const std::string& settings) override;
private:
static void OnAddCue(WebInbandTextTrackImpl* text_track,
« no previous file with comments | « media/blink/run_all_unittests.cc ('k') | media/blink/video_frame_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698