Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4945e8e3 authored by Risan's avatar Risan
Browse files

Fix ArcVideoService compile error

This CL fixes ArcVideoService to include
components/arc/common/video.mojom.h instead of video.mojom.h. Direct
include to video.mojom.h is deprecated after ag/3559847.

Bug: 73146261
Test: Compiled.
Change-Id: I8a3275bcdbfd73646a8aa94c5ef4e44c7fd458db
parent c8b76fe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <arc/Future.h>
#include <arc/IArcBridgeService.h>
#include <arc/MojoProcessSupport.h>
#include <video.mojom.h>
#include <components/arc/common/video.mojom.h>

namespace {