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

Unified Diff: ash/mus/bridge/wm_root_window_controller_mus.h

Issue 2182633011: Replaces ::ui:: with ui:: in ash (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/bridge/mus_layout_manager_adapter.cc ('k') | ash/mus/bridge/wm_root_window_controller_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_root_window_controller_mus.h
diff --git a/ash/mus/bridge/wm_root_window_controller_mus.h b/ash/mus/bridge/wm_root_window_controller_mus.h
index aed100bb0346cf636e0135727bfd4a4ab66bdb86..4ed1c34d3c023f81fc4a1580aefc9fcd01883610 100644
--- a/ash/mus/bridge/wm_root_window_controller_mus.h
+++ b/ash/mus/bridge/wm_root_window_controller_mus.h
@@ -31,11 +31,11 @@ class WmRootWindowControllerMus : public WmRootWindowController {
RootWindowController* root_window_controller);
~WmRootWindowControllerMus() override;
- static WmRootWindowControllerMus* Get(::ui::Window* window) {
+ static WmRootWindowControllerMus* Get(ui::Window* window) {
return const_cast<WmRootWindowControllerMus*>(
- Get(const_cast<const ::ui::Window*>(window)));
+ Get(const_cast<const ui::Window*>(window)));
}
- static const WmRootWindowControllerMus* Get(const ::ui::Window* window);
+ static const WmRootWindowControllerMus* Get(const ui::Window* window);
RootWindowController* root_window_controller() {
return root_window_controller_;
« no previous file with comments | « ash/mus/bridge/mus_layout_manager_adapter.cc ('k') | ash/mus/bridge/wm_root_window_controller_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698