// 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 "base/run_loop.h" #include "services/video_capture/test/mock_video_capture_device_test.h" _; Invoke; namespace video_capture { // Tests that the service stops the capture device when the client closes the // connection to the client proxy it provided to the service. TEST_F(MockVideoCaptureDeviceTest, DeviceIsStoppedWhenDiscardingDeviceClient) { … } } // namespace video_capture