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

Side by Side Diff: media/mojo/services/mojo_media_client.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « media/mojo/services/mojo_media_client.h ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "media/mojo/services/mojo_media_client.h" 5 #include "media/mojo/services/mojo_media_client.h"
6 6
7 #include "base/single_thread_task_runner.h" 7 #include "base/single_thread_task_runner.h"
8 #include "media/base/audio_decoder.h" 8 #include "media/base/audio_decoder.h"
9 #include "media/base/audio_renderer_sink.h" 9 #include "media/base/audio_renderer_sink.h"
10 #include "media/base/cdm_factory.h" 10 #include "media/base/cdm_factory.h"
(...skipping 29 matching lines...) Expand all
40 const scoped_refptr<base::SingleThreadTaskRunner>& task_runner) { 40 const scoped_refptr<base::SingleThreadTaskRunner>& task_runner) {
41 return nullptr; 41 return nullptr;
42 } 42 }
43 43
44 std::unique_ptr<RendererFactory> MojoMediaClient::CreateRendererFactory( 44 std::unique_ptr<RendererFactory> MojoMediaClient::CreateRendererFactory(
45 const scoped_refptr<MediaLog>& media_log) { 45 const scoped_refptr<MediaLog>& media_log) {
46 return nullptr; 46 return nullptr;
47 } 47 }
48 48
49 std::unique_ptr<CdmFactory> MojoMediaClient::CreateCdmFactory( 49 std::unique_ptr<CdmFactory> MojoMediaClient::CreateCdmFactory(
50 shell::mojom::InterfaceProvider* interface_provider) { 50 service_manager::mojom::InterfaceProvider* interface_provider) {
51 return nullptr; 51 return nullptr;
52 } 52 }
53 53
54 } // namespace media 54 } // namespace media
OLDNEW
« no previous file with comments | « media/mojo/services/mojo_media_client.h ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698