chromium/base/android/java/src/org/chromium/base/BaseFeatures.java.tmpl

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

package org.chromium.base;

/**
* Constants for the names of //base Features.
*/
public final class BaseFeatures {{

{NATIVE_FEATURES}

    // Prevents instantiation.
    private BaseFeatures() {{}}
}}