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

Unified Diff: ash/mus/frame/move_event_handler.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/disconnected_app_handler.cc ('k') | ash/mus/frame/move_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/frame/move_event_handler.h
diff --git a/ash/mus/frame/move_event_handler.h b/ash/mus/frame/move_event_handler.h
index d94f1eaf724f11597ae76675e797fb6ba6c89c85..21d4540c13c828727fee82e47a492256498b71b7 100644
--- a/ash/mus/frame/move_event_handler.h
+++ b/ash/mus/frame/move_event_handler.h
@@ -31,8 +31,8 @@ class WmWindowMus;
// forwards to WmToplevelWindowEventHandler to handle the actual drag/resize.
class MoveEventHandler : public ui::EventHandler, public aura::WindowObserver {
public:
- MoveEventHandler(::ui::Window* mus_window,
- ::ui::WindowManagerClient* window_manager_client,
+ MoveEventHandler(ui::Window* mus_window,
+ ui::WindowManagerClient* window_manager_client,
aura::Window* aura_window);
~MoveEventHandler() override;
@@ -68,7 +68,7 @@ class MoveEventHandler : public ui::EventHandler, public aura::WindowObserver {
void OnWindowDestroying(aura::Window* window) override;
WmWindowMus* wm_window_;
- ::ui::WindowManagerClient* window_manager_client_;
+ ui::WindowManagerClient* window_manager_client_;
// The root window of the aura::Window supplied to the constructor.
// MoveEventHandler is added as a pre-target handler (and observer) of this.
aura::Window* root_window_;
« no previous file with comments | « ash/mus/disconnected_app_handler.cc ('k') | ash/mus/frame/move_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698