| Index: ash/wm/status_area_layout_manager.cc
|
| diff --git a/ash/wm/status_area_layout_manager.cc b/ash/wm/status_area_layout_manager.cc
|
| index b4e6abf0b74ca294ec979c81eef4f5c2d1f43f66..218dbbb225e28dfb0a860c477776d2ae7a571b4c 100644
|
| --- a/ash/wm/status_area_layout_manager.cc
|
| +++ b/ash/wm/status_area_layout_manager.cc
|
| @@ -18,11 +18,9 @@ namespace ash {
|
|
|
| StatusAreaLayoutManager::StatusAreaLayoutManager(aura::Window* container,
|
| ShelfWidget* shelf)
|
| - : SnapToPixelLayoutManager(container), in_layout_(false), shelf_(shelf) {
|
| -}
|
| + : SnapToPixelLayoutManager(container), in_layout_(false), shelf_(shelf) {}
|
|
|
| -StatusAreaLayoutManager::~StatusAreaLayoutManager() {
|
| -}
|
| +StatusAreaLayoutManager::~StatusAreaLayoutManager() {}
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // StatusAreaLayoutManager, aura::LayoutManager implementation:
|
|
|