| 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 93c8d5832d9f48d380617b718f88df8998031fd7..fb120a2ea8ea889bc176923c75557aec6fbca740 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -315,7 +315,7 @@ class VideoCaptureHostTest : public testing::Test {
|
| const int render_process_id = 1;
|
| const int render_frame_id = 1;
|
| const int page_request_id = 1;
|
| - const GURL security_origin("http://test.com");
|
| + const url::Origin security_origin(GURL("http://test.com"));
|
|
|
| ASSERT_TRUE(opened_device_label_.empty());
|
|
|
|
|