blob: 0b018bd5a9065d949e55591c288b6b916d4f52bf [file] [log] [blame]
// 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.
package org.chromium.components.supervised_user;
/**
* Supervised user constants that are shared between C++ and Java.
*/
public final class SupervisedUserConstants {{
{NATIVE_STRINGS}
// Prevents instantiation.
private SupervisedUserConstants() {{}}
}}