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