OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef ASH_WM_WINDOW_PROPERTIES_H_ | 5 #ifndef ASH_WM_WINDOW_PROPERTIES_H_ |
6 #define ASH_WM_WINDOW_PROPERTIES_H_ | 6 #define ASH_WM_WINDOW_PROPERTIES_H_ |
7 #pragma once | |
8 | 7 |
9 #include "ash/wm/property_util.h" | 8 #include "ash/wm/property_util.h" |
10 #include "ash/wm/shadow_types.h" | 9 #include "ash/wm/shadow_types.h" |
11 #include "ui/aura/window.h" | 10 #include "ui/aura/window.h" |
12 #include "ui/base/ui_base_types.h" | 11 #include "ui/base/ui_base_types.h" |
13 | 12 |
14 namespace ui_controls { | 13 namespace ui_controls { |
15 class UIControlsAura; | 14 class UIControlsAura; |
16 } | 15 } |
17 | 16 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 | 54 |
56 extern const aura::WindowProperty<RootWindowController*>* const | 55 extern const aura::WindowProperty<RootWindowController*>* const |
57 kRootWindowControllerKey; | 56 kRootWindowControllerKey; |
58 | 57 |
59 // Alphabetical sort. | 58 // Alphabetical sort. |
60 | 59 |
61 } // namespace internal | 60 } // namespace internal |
62 } // namespace ash | 61 } // namespace ash |
63 | 62 |
64 #endif // ASH_WM_WINDOW_PROPERTIES_H_ | 63 #endif // ASH_WM_WINDOW_PROPERTIES_H_ |
OLD | NEW |