Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Side by Side Diff: ash/mus/root_window_controller.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/mus/property_util.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « ash/mus/property_util.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698