// Copyright 2017 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_CAPTURE_VIDEO_MOCK_VIDEO_FRAME_RECEIVER_H_ #define MEDIA_CAPTURE_VIDEO_MOCK_VIDEO_FRAME_RECEIVER_H_ #include "media/capture/video/video_frame_receiver.h" #include "testing/gmock/include/gmock/gmock.h" namespace media { class MockVideoFrameReceiver : public VideoFrameReceiver { … }; } // namespace media #endif // MEDIA_CAPTURE_VIDEO_MOCK_VIDEO_FRAME_RECEIVER_H_