[go: nahoru, domu]

blob: 20025fb0846c6e3a06f31b5de556f4378947132e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_
#define ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_
#include <string>
#include "base/strings/string16.h"
namespace gfx {
struct VectorIcon;
} // namespace gfx
namespace ash {
const gfx::VectorIcon& GetSupervisedUserIcon();
std::u16string GetSupervisedUserMessage();
} // namespace ash
#endif // ASH_SYSTEM_UNIFIED_UNIFIED_SYSTEM_INFO_VIEW_H_