#include <stdint.h>
#include <string>
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/task_environment.h"
#include "chrome/renderer/media/webrtc_logging_agent_impl.h"
#include "mojo/public/cpp/bindings/unique_receiver_set.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/modules/webrtc/webrtc_logging.h"
namespace chrome {
namespace {
class WebRtcLoggingClientRecorder : public mojom::WebRtcLoggingClient { … };
}
TEST(WebRtcLoggingAgentImplTest, Basic) { … }
}