Index: content/browser/renderer_host/media/video_capture_host_unittest.cc |
=================================================================== |
--- content/browser/renderer_host/media/video_capture_host_unittest.cc (revision 232998) |
+++ content/browser/renderer_host/media/video_capture_host_unittest.cc (working copy) |
@@ -270,13 +270,15 @@ |
// 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("http://test.com"); |
+ const GURL security_origin; |
ASSERT_TRUE(opened_device_label_.empty()); |