blob: eb84f25221e54e43d068a17f1ec5cfdd5e05cce2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/passwords/password_generation_popup_controller.h"
namespace autofill {
// static
constexpr int PasswordGenerationPopupController::kHelpVerticalPadding = 15;
// static
constexpr int PasswordGenerationPopupController::kHorizontalPadding = 16;
// static
constexpr int PasswordGenerationPopupController::kPopupPasswordSectionHeight =
62;
} // namespace autofill