// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_PLUS_ADDRESSES_PLUS_ADDRESS_CREATION_VIEW_H_ #define CHROME_BROWSER_UI_PLUS_ADDRESSES_PLUS_ADDRESS_CREATION_VIEW_H_ #include "components/plus_addresses/plus_address_types.h" #include "ui/base/interaction/element_identifier.h" namespace plus_addresses { enum class PlusAddressViewButtonType { … }; // An interface for orchestrating plus address creation UI. class PlusAddressCreationView { … }; } // namespace plus_addresses #endif // CHROME_BROWSER_UI_PLUS_ADDRESSES_PLUS_ADDRESS_CREATION_VIEW_H_