| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index 9af25e391b0cd5e3a906edc0d49b3ea0f2690893..1e7eea62b2db6c35820d942070b0d136ba49c8b9 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -69,7 +69,6 @@ class ASH_EXPORT ShelfLayoutManager
|
| public SnapToPixelLayoutManager,
|
| public SessionStateObserver {
|
| public:
|
| -
|
| explicit ShelfLayoutManager(ShelfWidget* shelf_widget);
|
| ~ShelfLayoutManager() override;
|
|
|
| @@ -189,7 +188,7 @@ class ASH_EXPORT ShelfLayoutManager
|
| return right;
|
| }
|
|
|
| - template<typename T>
|
| + template <typename T>
|
| T PrimaryAxisValue(T horizontal, T vertical) const {
|
| return IsHorizontalAlignment() ? horizontal : vertical;
|
| }
|
|
|