#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[] = …;
}
class StubIt2MeConfirmationDialog : public It2MeConfirmationDialog { … };
class ResultCallbackTarget { … };
class It2MeConfirmationDialogProxyTest : public testing::Test { … };
It2MeConfirmationDialogProxyTest::It2MeConfirmationDialogProxyTest()
: … { … }
It2MeConfirmationDialogProxyTest::~It2MeConfirmationDialogProxyTest() = default;
TEST_F(It2MeConfirmationDialogProxyTest, Show) { … }
}