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

#ifndef CHROMEOS_ASH_COMPONENTS_BOCA_UTIL_H_
#define CHROMEOS_ASH_COMPONENTS_BOCA_UTIL_H_

#include <string>

namespace ash::boca {

std::string GetSchoolToolsUrl();

}

#endif  // CHROMEOS_ASH_COMPONENTS_BOCA_UTIL_H_
