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_ROOT_WINDOW_CONTROLLER_H_ | 5 #ifndef ASH_ROOT_WINDOW_CONTROLLER_H_ |
6 #define ASH_ROOT_WINDOW_CONTROLLER_H_ | 6 #define ASH_ROOT_WINDOW_CONTROLLER_H_ |
7 | 7 |
8 #include "ash/ash_export.h" | 8 #include "ash/ash_export.h" |
| 9 #include "ash/shelf_types.h" |
9 #include "ash/system/user/login_status.h" | 10 #include "ash/system/user/login_status.h" |
10 #include "ash/wm/shelf_types.h" | |
11 #include "base/basictypes.h" | 11 #include "base/basictypes.h" |
12 #include "base/memory/scoped_ptr.h" | 12 #include "base/memory/scoped_ptr.h" |
13 | 13 |
14 class SkBitmap; | 14 class SkBitmap; |
15 | 15 |
16 namespace aura { | 16 namespace aura { |
17 class EventFilter; | 17 class EventFilter; |
18 class RootWindow; | 18 class RootWindow; |
19 class Window; | 19 class Window; |
20 } | 20 } |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 scoped_ptr<ToplevelWindowEventHandler> modal_container_handler_; | 189 scoped_ptr<ToplevelWindowEventHandler> modal_container_handler_; |
190 scoped_ptr<ToplevelWindowEventHandler> lock_modal_container_handler_; | 190 scoped_ptr<ToplevelWindowEventHandler> lock_modal_container_handler_; |
191 | 191 |
192 DISALLOW_COPY_AND_ASSIGN(RootWindowController); | 192 DISALLOW_COPY_AND_ASSIGN(RootWindowController); |
193 }; | 193 }; |
194 | 194 |
195 } // namespace internal | 195 } // namespace internal |
196 } // ash | 196 } // ash |
197 | 197 |
198 #endif // ASH_ROOT_WINDOW_CONTROLLER_H_ | 198 #endif // ASH_ROOT_WINDOW_CONTROLLER_H_ |
OLD | NEW |