Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1049)

Unified Diff: content/browser/renderer_host/media/video_capture_host_unittest.cc

Issue 1928493002: Use url::Origin to represent security origins in MediaStream-related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698