| Index: chrome/test/media_router/media_router_e2e_browsertest.h
|
| diff --git a/chrome/test/media_router/media_router_e2e_browsertest.h b/chrome/test/media_router/media_router_e2e_browsertest.h
|
| index d051a1d54e54fb1972a025c4416bfab9fd7abcac..c01681bfa62c80b6dc425b4441cda0a0f69f83d7 100644
|
| --- a/chrome/test/media_router/media_router_e2e_browsertest.h
|
| +++ b/chrome/test/media_router/media_router_e2e_browsertest.h
|
| @@ -44,7 +44,7 @@
|
| // requesting JoinRoute() must have the same origin as the page that
|
| // requested CreateRoute()).
|
| void CreateMediaRoute(const MediaSource& source,
|
| - const url::Origin& origin,
|
| + const GURL& origin,
|
| content::WebContents* web_contents);
|
|
|
| // Stops the established media route and unregisters |observer_|.
|
|
|