| Index: ash/common/system/chromeos/screen_security/screen_tray_item.h
|
| diff --git a/ash/common/system/chromeos/screen_security/screen_tray_item.h b/ash/common/system/chromeos/screen_security/screen_tray_item.h
|
| index 817e65af09ce648bbcf290ab12b7675ec90c93b2..55d537bca3e44774921874c8c1f0307430bee981 100644
|
| --- a/ash/common/system/chromeos/screen_security/screen_tray_item.h
|
| +++ b/ash/common/system/chromeos/screen_security/screen_tray_item.h
|
| @@ -91,7 +91,7 @@ class ScreenNotificationDelegate : public message_center::NotificationDelegate {
|
| // can stop the screen capture/sharing by pressing the stop button.
|
| class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
|
| public:
|
| - explicit ScreenTrayItem(SystemTray* system_tray);
|
| + ScreenTrayItem(SystemTray* system_tray, UmaType uma_type);
|
| ~ScreenTrayItem() override;
|
|
|
| tray::ScreenTrayView* tray_view() { return tray_view_; }
|
|
|