// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_IPC_SERVICE_MEDIA_GPU_CHANNEL_H_ #define MEDIA_GPU_IPC_SERVICE_MEDIA_GPU_CHANNEL_H_ #include "base/memory/raw_ptr.h" #include "base/unguessable_token.h" #include "media/base/android_overlay_mojo_factory.h" namespace gpu { class GpuChannel; } namespace media { class MediaGpuChannel { … }; } // namespace media #endif // MEDIA_GPU_IPC_SERVICE_MEDIA_GPU_CHANNEL_H_