| Index: webrtc/modules/audio_device/win/audio_device_wave_win.h
|
| diff --git a/webrtc/modules/audio_device/win/audio_device_wave_win.h b/webrtc/modules/audio_device/win/audio_device_wave_win.h
|
| index 6e290145edd029ed94b775c945bd0955bb257c49..a1cfc6acbf3c992f854048185f876a6b7a6b991b 100644
|
| --- a/webrtc/modules/audio_device/win/audio_device_wave_win.h
|
| +++ b/webrtc/modules/audio_device/win/audio_device_wave_win.h
|
| @@ -222,7 +222,8 @@ private:
|
| HANDLE _hShutdownSetVolumeEvent;
|
| HANDLE _hSetCaptureVolumeEvent;
|
|
|
| - rtc::scoped_ptr<PlatformThread> _ptrThread;
|
| + // TODO(pbos): Remove scoped_ptr usage and use PlatformThread directly
|
| + rtc::scoped_ptr<rtc::PlatformThread> _ptrThread;
|
|
|
| CriticalSectionWrapper& _critSectCb;
|
|
|
|
|