#include "chrome/browser/ui/passwords/bubble_controllers/generation_confirmation_bubble_controller.h"
#include <memory>
#include "base/strings/utf_string_conversions.h"
#include "base/test/metrics/histogram_tester.h"
#include "chrome/browser/ui/passwords/passwords_model_delegate_mock.h"
#include "components/password_manager/core/browser/manage_passwords_referrer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
Return;
namespace {
constexpr char kUIDismissalReasonGeneralMetric[] = …;
}
class GenerationConfirmationBubbleControllerTest : public ::testing::Test { … };
void GenerationConfirmationBubbleControllerTest::Init() { … }
void GenerationConfirmationBubbleControllerTest::DestroyController() { … }
TEST_F(GenerationConfirmationBubbleControllerTest,
NavigateToDashboardWithBubbleClosing) { … }
TEST_F(GenerationConfirmationBubbleControllerTest,
NavigateToDashboardWithoutBubbleClosing) { … }