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

Unified Diff: content/browser/media/audio_stream_monitor_unittest.cc

Issue 629963002: Replacing the OVERRIDE with override and FINAL with final in content/browser/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
Index: content/browser/media/audio_stream_monitor_unittest.cc
diff --git a/content/browser/media/audio_stream_monitor_unittest.cc b/content/browser/media/audio_stream_monitor_unittest.cc
index b8871af65636e896ebe4b84eba3787ca67961b6a..8b55d8c8a99caf49d3ab2715b12f97a88a722c3c 100644
--- a/content/browser/media/audio_stream_monitor_unittest.cc
+++ b/content/browser/media/audio_stream_monitor_unittest.cc
@@ -46,7 +46,7 @@ class AudioStreamMonitorTest : public RenderViewHostTestHarness {
clock_.Advance(base::TimeDelta::FromSeconds(1000000));
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
RenderViewHostTestHarness::SetUp();
WebContentsImpl* web_contents = reinterpret_cast<WebContentsImpl*>(
« no previous file with comments | « content/browser/media/android/media_resource_getter_impl.h ('k') | content/browser/media/capture/desktop_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698