chromium/chrome/test/chromedriver/chrome/fedcm_tracker_unittest.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/test/chromedriver/chrome/fedcm_tracker.h"

#include "base/values.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "chrome/test/chromedriver/chrome/stub_devtools_client.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
Return;

namespace {

class MockDevToolsClient : public StubDevToolsClient {};

}  // namespace

class FedCmTrackerTest : public testing::Test {};

TEST_F(FedCmTrackerTest, OnDialogShown) {}