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 8d01d2fde20c6d0cd59a2f185a0e493f5cccb722..06590994477a446b4b20d1cdf6ac61d39b3c798c 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_; } |