| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index d56e005e10a7200b48e8fa4f1db4e5a9a32e7e03..9d9ab8c4c743294cc11938ba18e9c660e4247e15 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -272,15 +272,13 @@ class VideoCaptureHostTest : public testing::Test {
|
| // Release the reference to the mock object. The object will be destructed
|
| // on the current message loop.
|
| host_ = NULL;
|
| -
|
| - media_stream_manager_->WillDestroyCurrentMessageLoop();
|
| }
|
|
|
| void OpenSession() {
|
| const int render_process_id = 1;
|
| const int render_view_id = 1;
|
| const int page_request_id = 1;
|
| - const GURL security_origin;
|
| + const GURL security_origin("http://test.com");
|
|
|
| ASSERT_TRUE(opened_device_label_.empty());
|
|
|
|
|