| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index 1cee188783d8a0a77ee7d3c7c0abc828f576bc0e..2b94af8fc5d9e4bbe6ddf794cb639b3613652a99 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -253,7 +253,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
|
|
| // A reference to the Screen share and capture item.
|
| ScreenTrayItem* screen_capture_tray_item_; // not owned
|
| - ScreenTrayItem* screen_share_tray_item_; // not owned
|
| + ScreenTrayItem* screen_share_tray_item_; // not owned
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SystemTray);
|
| };
|
|
|