| Index: ash/wm/common/shelf/wm_shelf_util.cc
|
| diff --git a/ash/wm/common/shelf/wm_shelf_util.cc b/ash/wm/common/shelf/wm_shelf_util.cc
|
| deleted file mode 100644
|
| index 5133feb7600ddba33547cf43974d2ab5edcd4bc6..0000000000000000000000000000000000000000
|
| --- a/ash/wm/common/shelf/wm_shelf_util.cc
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/wm/common/shelf/wm_shelf_util.h"
|
| -
|
| -namespace ash {
|
| -namespace wm {
|
| -
|
| -bool IsHorizontalAlignment(wm::ShelfAlignment alignment) {
|
| - return alignment == wm::SHELF_ALIGNMENT_BOTTOM ||
|
| - alignment == wm::SHELF_ALIGNMENT_BOTTOM_LOCKED;
|
| -}
|
| -
|
| -} // namespace wm
|
| -} // namespace ash
|
|
|