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

Side by Side Diff: ash/mus/shadow_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/shadow.h ('k') | ash/mus/shadow_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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_SHADOW_CONTROLLER_H_ 5 #ifndef ASH_MUS_SHADOW_CONTROLLER_H_
6 #define ASH_MUS_SHADOW_CONTROLLER_H_ 6 #define ASH_MUS_SHADOW_CONTROLLER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/mus/public/cpp/window_observer.h" 9 #include "services/ui/public/cpp/window_observer.h"
10 #include "components/mus/public/cpp/window_tree_client_observer.h" 10 #include "services/ui/public/cpp/window_tree_client_observer.h"
11 11
12 namespace mus { 12 namespace mus {
13 class WindowTreeClient; 13 class WindowTreeClient;
14 } 14 }
15 15
16 namespace ash { 16 namespace ash {
17 namespace mus { 17 namespace mus {
18 18
19 class ShadowController : public ::mus::WindowTreeClientObserver, 19 class ShadowController : public ::mus::WindowTreeClientObserver,
20 public ::mus::WindowObserver { 20 public ::mus::WindowObserver {
(...skipping 14 matching lines...) Expand all
35 ::mus::WindowTreeClient* window_tree_; 35 ::mus::WindowTreeClient* window_tree_;
36 ::mus::Window* active_window_; 36 ::mus::Window* active_window_;
37 37
38 DISALLOW_COPY_AND_ASSIGN(ShadowController); 38 DISALLOW_COPY_AND_ASSIGN(ShadowController);
39 }; 39 };
40 40
41 } // namespace mus 41 } // namespace mus
42 } // namespace ash 42 } // namespace ash
43 43
44 #endif // ASH_MUS_SHADOW_CONTROLLER_H_ 44 #endif // ASH_MUS_SHADOW_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ash/mus/shadow.h ('k') | ash/mus/shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698