| Index: chrome/browser/media/router/mojo/media_router_mojo_test.h
|
| diff --git a/chrome/browser/media/router/mojo/media_router_mojo_test.h b/chrome/browser/media/router/mojo/media_router_mojo_test.h
|
| index b978c6d4f8ac3dce810efb98137b475e6be02d6f..72609c897287e29047a4bb6de154e154f6e61f6f 100644
|
| --- a/chrome/browser/media/router/mojo/media_router_mojo_test.h
|
| +++ b/chrome/browser/media/router/mojo/media_router_mojo_test.h
|
| @@ -34,7 +34,7 @@
|
| void(const std::string& source_urn,
|
| const std::string& sink_id,
|
| const std::string& presentation_id,
|
| - const url::Origin& origin,
|
| + const std::string& origin,
|
| int tab_id,
|
| base::TimeDelta timeout,
|
| bool incognito,
|
| @@ -42,7 +42,7 @@
|
| MOCK_METHOD7(JoinRoute,
|
| void(const std::string& source_urn,
|
| const std::string& presentation_id,
|
| - const url::Origin& origin,
|
| + const std::string& origin,
|
| int tab_id,
|
| base::TimeDelta timeout,
|
| bool incognito,
|
| @@ -51,7 +51,7 @@
|
| void(const std::string& source_urn,
|
| const std::string& route_id,
|
| const std::string& presentation_id,
|
| - const url::Origin& origin,
|
| + const std::string& origin,
|
| int tab_id,
|
| base::TimeDelta timeout,
|
| bool incognito,
|
|
|