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

Unified Diff: content/browser/media/capture/web_contents_audio_input_stream_unittest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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/capture/web_contents_audio_input_stream_unittest.cc
diff --git a/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc b/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
index 7f0e31925c63c7454e483ea24e104d45847a13d5..9772c9457ce7e2049d40b73454961ec212c3ad55 100644
--- a/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
+++ b/content/browser/media/capture/web_contents_audio_input_stream_unittest.cc
@@ -188,7 +188,7 @@ class WebContentsAudioInputStreamTest : public testing::Test {
audio_thread_.Start();
}
- virtual ~WebContentsAudioInputStreamTest() {
+ ~WebContentsAudioInputStreamTest() override {
audio_thread_.Stop();
thread_bundle_.reset();

Powered by Google App Engine
This is Rietveld 408576698