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

Unified Diff: chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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
Index: chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc
diff --git a/chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc b/chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc
index 488bcc15be23469b83591baa7d7fd78cad161bbc..b0f62a1341b50103791d5401635c247f644e8d0d 100644
--- a/chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc
+++ b/chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc
@@ -14,8 +14,8 @@
namespace {
-mojo::InterfacePtrInfo<arc::VideoHost> GetServiceOnIOThread() {
- arc::VideoHostPtr host_ptr;
+mojo::InterfacePtrInfo<arc::mojom::VideoHost> GetServiceOnIOThread() {
+ arc::mojom::VideoHostPtr host_ptr;
content::ServiceRegistry* registry = content::GetGpuServiceRegistry();
registry->ConnectToRemoteService(mojo::GetProxy(&host_ptr));
@@ -62,7 +62,7 @@ void GpuArcVideoServiceHost::OnRequestArcVideoAcceleratorChannel(
void GpuArcVideoServiceHost::BindServiceAndCreateChannel(
const OnRequestArcVideoAcceleratorChannelCallback& callback,
- mojo::InterfacePtrInfo<arc::VideoHost> ptr_info) {
+ mojo::InterfacePtrInfo<arc::mojom::VideoHost> ptr_info) {
DCHECK(thread_checker_.CalledOnValidThread());
service_ptr_.Bind(std::move(ptr_info));
« no previous file with comments | « chrome/browser/chromeos/arc/gpu_arc_video_service_host.h ('k') | chrome/browser/memory/tab_manager_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698