OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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_MUS_ROOT_WINDOW_CONTROLLER_H_ | 5 #ifndef ASH_MUS_ROOT_WINDOW_CONTROLLER_H_ |
6 #define ASH_MUS_ROOT_WINDOW_CONTROLLER_H_ | 6 #define ASH_MUS_ROOT_WINDOW_CONTROLLER_H_ |
7 | 7 |
8 #include <memory> | 8 #include <memory> |
9 | 9 |
10 #include "ash/mus/disconnected_app_handler.h" | 10 #include "ash/mus/disconnected_app_handler.h" |
11 #include "ash/mus/shelf_layout_manager_delegate.h" | 11 #include "ash/mus/shelf_layout_manager_delegate.h" |
12 #include "ash/public/interfaces/container.mojom.h" | 12 #include "ash/public/interfaces/container.mojom.h" |
13 #include "components/mus/public/cpp/window_observer.h" | 13 #include "services/ui/public/cpp/window_observer.h" |
14 #include "components/mus/public/interfaces/window_manager_constants.mojom.h" | 14 #include "services/ui/public/interfaces/window_manager_constants.mojom.h" |
15 #include "ui/display/display.h" | 15 #include "ui/display/display.h" |
16 | 16 |
17 namespace shell { | 17 namespace shell { |
18 class Connector; | 18 class Connector; |
19 } | 19 } |
20 | 20 |
21 namespace ash { | 21 namespace ash { |
22 | 22 |
23 class AlwaysOnTopController; | 23 class AlwaysOnTopController; |
24 class RootWindowControllerCommon; | 24 class RootWindowControllerCommon; |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 | 108 |
109 std::unique_ptr<DisconnectedAppHandler> disconnected_app_handler_; | 109 std::unique_ptr<DisconnectedAppHandler> disconnected_app_handler_; |
110 | 110 |
111 DISALLOW_COPY_AND_ASSIGN(RootWindowController); | 111 DISALLOW_COPY_AND_ASSIGN(RootWindowController); |
112 }; | 112 }; |
113 | 113 |
114 } // namespace mus | 114 } // namespace mus |
115 } // namespace ash | 115 } // namespace ash |
116 | 116 |
117 #endif // ASH_MUS_ROOT_WINDOW_CONTROLLER_H_ | 117 #endif // ASH_MUS_ROOT_WINDOW_CONTROLLER_H_ |
OLD | NEW |