diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 17:55:50 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 17:55:50 +0000 |
commit | fadc607b6dd990f37f88be954ee8593ba3cc6a38 (patch) | |
tree | e256676526459af214e2be3c12d5fd2b3533f504 /media | |
parent | 20532328921c20eeb6c49a8921bca8b044d73791 (diff) | |
download | chromium_src-fadc607b6dd990f37f88be954ee8593ba3cc6a38.zip chromium_src-fadc607b6dd990f37f88be954ee8593ba3cc6a38.tar.gz chromium_src-fadc607b6dd990f37f88be954ee8593ba3cc6a38.tar.bz2 |
Clean up warnings found in our testing code.
Time wise, this only speeds things up by a minute, which I think is within the
margin of error. I can't get a good size measurement since we aren't building
.a files for a lot of this code.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6312137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/audio/test_audio_input_controller_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/audio/test_audio_input_controller_factory.h b/media/audio/test_audio_input_controller_factory.h index 382626d..3339a23 100644 --- a/media/audio/test_audio_input_controller_factory.h +++ b/media/audio/test_audio_input_controller_factory.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -72,7 +72,7 @@ class TestAudioInputControllerFactory : public AudioInputController::Factory { TestAudioInputControllerFactory(); // AudioInputController::Factory methods. - AudioInputController* Create( + virtual AudioInputController* Create( AudioInputController::EventHandler* event_handler, AudioParameters params); |