| // Copyright 2025 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "chrome/browser/ui/views/promos/ios_promo_constants.h" |
| |
| namespace IOSPromoConstants { |
| |
| IOSPromoTypeConfigs::IOSPromoTypeConfigs() = default; |
| |
| IOSPromoTypeConfigs::~IOSPromoTypeConfigs() = default; |
| |
| IOSPromoTypeConfigs::IOSPromoTypeConfigs(const IOSPromoTypeConfigs&) = default; |
| |
| IOSPromoTypeConfigs& IOSPromoTypeConfigs::operator=( |
| const IOSPromoTypeConfigs&) = default; |
| |
| } // namespace IOSPromoConstants |