| Index: media/audio/test_audio_input_controller_factory.h
|
| diff --git a/media/audio/test_audio_input_controller_factory.h b/media/audio/test_audio_input_controller_factory.h
|
| index 2915203650999d53aca6644c7ffc93f585e46dd7..d1a4863d027a1b586a0a2dd996b28479713293df 100644
|
| --- a/media/audio/test_audio_input_controller_factory.h
|
| +++ b/media/audio/test_audio_input_controller_factory.h
|
| @@ -49,7 +49,6 @@ class TestAudioInputController : public AudioInputController {
|
| AudioManager* audio_manager,
|
| EventHandler* event_handler,
|
| SyncWriter* sync_writer);
|
| - virtual ~TestAudioInputController();
|
|
|
| // Returns the event handler installed on the AudioInputController.
|
| EventHandler* event_handler() const { return event_handler_; }
|
| @@ -62,6 +61,8 @@ class TestAudioInputController : public AudioInputController {
|
| virtual void Close(const base::Closure& closed_task) OVERRIDE;
|
|
|
| private:
|
| + virtual ~TestAudioInputController();
|
| +
|
| // These are not owned by us and expected to be valid for this object's
|
| // lifetime.
|
| TestAudioInputControllerFactory* factory_;
|
|
|