| 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_;
|
|
|