Index: ash/wm/shelf_types.h |
diff --git a/ash/wm/shelf_types.h b/ash/wm/shelf_types.h |
deleted file mode 100644 |
index 7d94b29a66b2075ea47f2791097336b94de6c832..0000000000000000000000000000000000000000 |
--- a/ash/wm/shelf_types.h |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-// Copyright (c) 2012 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. |
- |
-#ifndef ASH_WM_SHELF_TYPES_H_ |
-#define ASH_WM_SHELF_TYPES_H_ |
- |
-namespace ash { |
- |
-enum ShelfAlignment { |
- SHELF_ALIGNMENT_BOTTOM, |
- SHELF_ALIGNMENT_LEFT, |
- SHELF_ALIGNMENT_RIGHT, |
-}; |
- |
-enum ShelfAutoHideBehavior { |
- // Always auto-hide. |
- SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS, |
- |
- // Never auto-hide. |
- SHELF_AUTO_HIDE_BEHAVIOR_NEVER, |
-}; |
- |
-} // namespace ash |
- |
-#endif // ASH_WM_SHELF_TYPES_H_ |