| Index: content/test/webrtc_audio_device_test.cc
|
| diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc
|
| index ba01e1a5eabb4b5d3ff157d196b29773758cb1fd..0fc3e2daf7cf939dba0d23ad38daad8b1f5c352b 100644
|
| --- a/content/test/webrtc_audio_device_test.cc
|
| +++ b/content/test/webrtc_audio_device_test.cc
|
| @@ -205,7 +205,7 @@ void WebRTCAudioDeviceTest::InitializeIOThread(const char* thread_name) {
|
| MessageLoop::current()));
|
|
|
| // Populate our resource context.
|
| - test_request_context_.reset(new TestURLRequestContext());
|
| + test_request_context_.reset(new net::TestURLRequestContext());
|
| MockRTCResourceContext* resource_context =
|
| static_cast<MockRTCResourceContext*>(resource_context_.get());
|
| resource_context->set_request_context(test_request_context_.get());
|
|
|