| Index: ash/common/system/tray/tray_background_view.h
|
| diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
|
| index 7087375f5958d8e1a07a16c18bc673a4ac9c72a0..478e427bda77e0b79719747d9decd52ee0a0e6a2 100644
|
| --- a/ash/common/system/tray/tray_background_view.h
|
| +++ b/ash/common/system/tray/tray_background_view.h
|
| @@ -125,7 +125,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| void SetDrawBackgroundAsActive(bool visible);
|
|
|
| // Returns true when the the background was overridden to be drawn as active.
|
| - bool draw_background_as_active() const {return draw_background_as_active_; }
|
| + bool draw_background_as_active() const { return draw_background_as_active_; }
|
|
|
| TrayContainer* tray_container() const { return tray_container_; }
|
| ShelfAlignment shelf_alignment() const { return shelf_alignment_; }
|
|
|