| Index: ash/common/system/tray/system_tray_item.h
|
| diff --git a/ash/common/system/tray/system_tray_item.h b/ash/common/system/tray/system_tray_item.h
|
| index 2afb4b494aebb6bec6bad5897f1314da28d8bda8..09c5f82d7112e85599fcfc318b4d4bdf1fca17f6 100644
|
| --- a/ash/common/system/tray/system_tray_item.h
|
| +++ b/ash/common/system/tray/system_tray_item.h
|
| @@ -104,9 +104,7 @@ class ASH_EXPORT SystemTrayItem {
|
| SystemTray* system_tray() const { return system_tray_; }
|
|
|
| bool restore_focus() const { return restore_focus_; }
|
| - void set_restore_focus(bool restore_focus) {
|
| - restore_focus_ = restore_focus;
|
| - }
|
| + void set_restore_focus(bool restore_focus) { restore_focus_ = restore_focus; }
|
|
|
| private:
|
| SystemTray* system_tray_;
|
|
|