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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 1977173002: Rename media::interfaces to media::mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + chromeos files Created 4 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 | « media/mojo/services/test_manifest.json ('k') | 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 b90f87921324efeb0ca17e825a89b70f4fd20a26..06ddecd1eae27a6d5fb2422b6c15e89807ee596d 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -682,7 +682,7 @@ class PipelineIntegrationTestHost : public shell::test::ShellTest,
std::unique_ptr<Renderer> CreateRenderer() override {
connector()->ConnectToInterface("mojo:media", &media_service_factory_);
- interfaces::RendererPtr mojo_renderer;
+ mojom::RendererPtr mojo_renderer;
media_service_factory_->CreateRenderer(mojo::GetProxy(&mojo_renderer));
return base::WrapUnique(new MojoRendererImpl(message_loop_.task_runner(),
@@ -690,7 +690,7 @@ class PipelineIntegrationTestHost : public shell::test::ShellTest,
}
private:
- interfaces::ServiceFactoryPtr media_service_factory_;
+ mojom::ServiceFactoryPtr media_service_factory_;
};
#else
class PipelineIntegrationTestHost : public testing::Test,
« no previous file with comments | « media/mojo/services/test_manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698