chromium/components/embedder_support/android/metrics/java_templates/AndroidMetricsFeatures.java.tmpl

// 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.

package org.chromium.components.metrics;

/**
 * Contains features that are specific to android metrics.
 */
public final class AndroidMetricsFeatures {{

{NATIVE_FEATURES}

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