chromium/components/autofill/content/renderer/renderer_save_password_progress_logger_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 "components/autofill/content/renderer/renderer_save_password_progress_logger.h"

#include <optional>

#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "components/autofill/content/common/mojom/autofill_driver.mojom.h"
#include "components/autofill/core/common/unique_ids.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

namespace {

const char kTestText[] =;

class FakeContentPasswordManagerDriver : public mojom::PasswordManagerDriver {};

class TestLogger : public RendererSavePasswordProgressLogger {};

}  // namespace

TEST(RendererSavePasswordProgressLoggerTest, SendLog) {}

}  // namespace autofill