| Index: ash/common/system/chromeos/supervised/tray_supervised_user.h
|
| diff --git a/ash/common/system/chromeos/supervised/tray_supervised_user.h b/ash/common/system/chromeos/supervised/tray_supervised_user.h
|
| index a066fe869a9268e1791ccd9468d88dac4b5eddbb..1fcc831aceae4f272b5ccc8509191fe448001bf3 100644
|
| --- a/ash/common/system/chromeos/supervised/tray_supervised_user.h
|
| +++ b/ash/common/system/chromeos/supervised/tray_supervised_user.h
|
| @@ -12,6 +12,10 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
|
|
| +namespace gfx {
|
| +struct VectorIcon;
|
| +} // namespace gfx
|
| +
|
| namespace ash {
|
| class LabelTrayView;
|
| class SystemTray;
|
| @@ -47,7 +51,7 @@ class ASH_EXPORT TraySupervisedUser : public SystemTrayItem,
|
|
|
| void CreateOrUpdateSupervisedWarningNotification();
|
|
|
| - int GetSupervisedUserIconId() const;
|
| + const gfx::VectorIcon& GetSupervisedUserIcon() const;
|
|
|
| LabelTrayView* tray_view_;
|
|
|
|
|