| Index: ash/common/system/tray/tray_popup_item_container.h
|
| diff --git a/ash/common/system/tray/tray_popup_item_container.h b/ash/common/system/tray/tray_popup_item_container.h
|
| index f903f3ed0361c0089b277d4bf6fdefa7c925a486..b0b753fedb25cf39bdba4271f85eb3593d9cfb8a 100644
|
| --- a/ash/common/system/tray/tray_popup_item_container.h
|
| +++ b/ash/common/system/tray/tray_popup_item_container.h
|
| @@ -20,9 +20,7 @@ class TrayPopupItemContainer : public views::View {
|
|
|
| ~TrayPopupItemContainer() override;
|
|
|
| - bool active() {
|
| - return active_;
|
| - }
|
| + bool active() { return active_; }
|
|
|
| private:
|
| // Sets whether the active background is to be used, and triggers a paint.
|
|
|