chromium/remoting/host/it2me/it2me_confirmation_dialog_proxy_unittest.cc

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

#include "remoting/host/it2me/it2me_confirmation_dialog_proxy.h"

#include <memory>

#include "base/functional/bind.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/task_environment.h"
#include "base/threading/thread.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

InvokeWithoutArgs;

namespace remoting {

namespace {
const char kTestEmailAddress[] =;
}  // namespace

class StubIt2MeConfirmationDialog : public It2MeConfirmationDialog {};

// Encapsulates a target for It2MeConfirmationDialog::ResultCallback.
class ResultCallbackTarget {};

class It2MeConfirmationDialogProxyTest : public testing::Test {};

It2MeConfirmationDialogProxyTest::It2MeConfirmationDialogProxyTest()
    :{}

It2MeConfirmationDialogProxyTest::~It2MeConfirmationDialogProxyTest() = default;

TEST_F(It2MeConfirmationDialogProxyTest, Show) {}

}  // namespace remoting