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

Side by Side Diff: services/ui/ws/modal_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 | « services/ui/ws/ids.h ('k') | services/ui/ws/modal_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 COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_ 5 #ifndef SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
6 #define COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_ 6 #define SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 10
11 #include "components/mus/ws/server_window_drawn_tracker_observer.h" 11 #include "services/ui/ws/server_window_drawn_tracker_observer.h"
12 #include "components/mus/ws/server_window_observer.h" 12 #include "services/ui/ws/server_window_observer.h"
13 13
14 namespace mus { 14 namespace mus {
15 namespace ws { 15 namespace ws {
16 16
17 class EventDispatcher; 17 class EventDispatcher;
18 class ServerWindow; 18 class ServerWindow;
19 class ServerWindowDrawnTracker; 19 class ServerWindowDrawnTracker;
20 20
21 namespace test { 21 namespace test {
22 class ModalWindowControllerTestApi; 22 class ModalWindowControllerTestApi;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 // Drawn trackers for system modal windows. 77 // Drawn trackers for system modal windows.
78 std::map<ServerWindow*, std::unique_ptr<ServerWindowDrawnTracker>> 78 std::map<ServerWindow*, std::unique_ptr<ServerWindowDrawnTracker>>
79 window_drawn_trackers_; 79 window_drawn_trackers_;
80 80
81 DISALLOW_COPY_AND_ASSIGN(ModalWindowController); 81 DISALLOW_COPY_AND_ASSIGN(ModalWindowController);
82 }; 82 };
83 83
84 } // namespace ws 84 } // namespace ws
85 } // namespace mus 85 } // namespace mus
86 86
87 #endif // COMPONENTS_MUS_WS_MODAL_WINDOW_CONTROLLER_H_ 87 #endif // SERVICES_UI_WS_MODAL_WINDOW_CONTROLLER_H_
OLDNEW
« no previous file with comments | « services/ui/ws/ids.h ('k') | services/ui/ws/modal_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698