blob: 905f39b5f0f539c7d96fa50a720eb3b90930d891 [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/autofill/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