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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 1151733003: Fix Linux GN all bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 5af6938e449ebab685e82a1da1aed09c3ce67b96..055c9a28388ab6923e15d0f68188033047a43858 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -637,9 +637,11 @@ class PipelineIntegrationTestHost : public mojo::test::ApplicationTestBase,
protected:
scoped_ptr<Renderer> CreateRenderer() override {
+ mojo::URLRequestPtr request(mojo::URLRequest::New());
+ request->url = mojo::String::From("mojo:media");
mojo::ServiceProvider* service_provider =
application_impl()
- ->ConnectToApplication("mojo://media")
+ ->ConnectToApplication(request.Pass())
->GetServiceProvider();
mojo::MediaRendererPtr mojo_media_renderer;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698