// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/peerconnection/webrtc_audio_sink.h" #include "base/memory/raw_ptr.h" #include "media/base/fake_single_thread_task_runner.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" _; namespace blink { namespace { class MockAudioSink : public webrtc::AudioTrackSinkInterface { … }; } // namespace TEST(WebRtcAudioSinkTest, CaptureTimestamp) { … } } // namespace blink