chromium/components/payments/content/android/java_templates/PrefsStrings.java.tmpl

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file is autogenerated by
//   //components/payments/content/android/BUILD.gn

package org.chromium.components.payments;

/** Payment profile prefs strings. */
public abstract class PrefsStrings {{

{NATIVE_STRINGS}

    // Prevent instantiation.
    private PrefsStrings() {{}}
}}