Commit 3714e638 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Remove unused mojo binding.h includes in //media

This CL cleans up unnecessary mojo/public/cpp/bindings/binding.h
includes in //media.

Bug: 955171
Change-Id: I79b71fcf3453e49ef0d4909c7a71d3521f33ae62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977894Reviewed-by: default avatarKen Rockot <rockot@google.com>
Reviewed-by: default avatarJohn Rummell <jrummell@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#727316}
parent 9185e586
......@@ -8,7 +8,6 @@
#include <map>
#include "media/capture/video/video_capture_device_factory.h"
#include "mojo/public/cpp/bindings/binding.h"
namespace media {
......
......@@ -6,8 +6,6 @@
#include <utility>
#include "mojo/public/cpp/bindings/binding.h"
namespace media {
namespace learning {
......
......@@ -19,7 +19,6 @@
#include "media/mojo/services/mojo_cdm_proxy.h"
#include "media/mojo/services/mojo_cdm_proxy_service.h"
#include "media/mojo/services/mojo_cdm_service_context.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "testing/gtest/include/gtest/gtest.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment