| 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 f57cfdbf06d6023197f8a6222d41713e61b95c51..3189d2c8936851b1cf6c978589ba4386d199c573 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -270,15 +270,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());
|
|
|
|
|