// 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. #include "services/video_capture/test/fake_video_capture_device_test.h" #include "base/functional/bind.h" #include "base/run_loop.h" _; Invoke; namespace video_capture { FakeVideoCaptureDeviceTest::FakeVideoCaptureDeviceTest() : … { … } FakeVideoCaptureDeviceTest::~FakeVideoCaptureDeviceTest() = default; void FakeVideoCaptureDeviceTest::SetUp() { … } } // namespace video_capture