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

Side by Side Diff: mash/wm/bridge/wm_root_window_controller_mus.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « mash/wm/bridge/wm_root_window_controller_mus.h ('k') | mash/wm/bridge/wm_shelf_mus.h » ('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 #include "mash/wm/bridge/wm_root_window_controller_mus.h" 5 #include "mash/wm/bridge/wm_root_window_controller_mus.h"
6 6
7 #include "ash/wm/common/wm_root_window_controller_observer.h" 7 #include "ash/common/wm/wm_root_window_controller_observer.h"
8 #include "components/mus/public/cpp/window.h" 8 #include "components/mus/public/cpp/window.h"
9 #include "components/mus/public/cpp/window_property.h" 9 #include "components/mus/public/cpp/window_property.h"
10 #include "components/mus/public/cpp/window_tree_client.h" 10 #include "components/mus/public/cpp/window_tree_client.h"
11 #include "mash/wm/bridge/wm_globals_mus.h" 11 #include "mash/wm/bridge/wm_globals_mus.h"
12 #include "mash/wm/bridge/wm_shelf_mus.h" 12 #include "mash/wm/bridge/wm_shelf_mus.h"
13 #include "mash/wm/bridge/wm_window_mus.h" 13 #include "mash/wm/bridge/wm_window_mus.h"
14 #include "mash/wm/container_ids.h" 14 #include "mash/wm/container_ids.h"
15 #include "mash/wm/root_window_controller.h" 15 #include "mash/wm/root_window_controller.h"
16 #include "ui/display/display.h" 16 #include "ui/display/display.h"
17 #include "ui/views/mus/native_widget_mus.h" 17 #include "ui/views/mus/native_widget_mus.h"
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 observers_.AddObserver(observer); 130 observers_.AddObserver(observer);
131 } 131 }
132 132
133 void WmRootWindowControllerMus::RemoveObserver( 133 void WmRootWindowControllerMus::RemoveObserver(
134 ash::wm::WmRootWindowControllerObserver* observer) { 134 ash::wm::WmRootWindowControllerObserver* observer) {
135 observers_.RemoveObserver(observer); 135 observers_.RemoveObserver(observer);
136 } 136 }
137 137
138 } // namespace wm 138 } // namespace wm
139 } // namespace mash 139 } // namespace mash
OLDNEW
« no previous file with comments | « mash/wm/bridge/wm_root_window_controller_mus.h ('k') | mash/wm/bridge/wm_shelf_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698