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

Unified Diff: ash/mus/disconnected_app_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/bridge/wm_window_mus.cc ('k') | ash/mus/disconnected_app_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/disconnected_app_handler.h
diff --git a/ash/mus/disconnected_app_handler.h b/ash/mus/disconnected_app_handler.h
index fb722c827377778445b3cc454ffac07bd50afcf4..8a1abef7c9c5c1da54532ee4c8cb05fec1687550 100644
--- a/ash/mus/disconnected_app_handler.h
+++ b/ash/mus/disconnected_app_handler.h
@@ -13,14 +13,14 @@ namespace mus {
// Tracks ui::Windows for when they get disconnected from the embedded app.
// Destroys the window upon disconnection.
-class DisconnectedAppHandler : public ::ui::WindowTracker {
+class DisconnectedAppHandler : public ui::WindowTracker {
public:
- explicit DisconnectedAppHandler(::ui::Window* root_window);
+ explicit DisconnectedAppHandler(ui::Window* root_window);
~DisconnectedAppHandler() override;
private:
// ui::WindowObserver:
- void OnWindowEmbeddedAppDisconnected(::ui::Window* window) override;
+ void OnWindowEmbeddedAppDisconnected(ui::Window* window) override;
void OnTreeChanging(const TreeChangeParams& params) override;
DISALLOW_COPY_AND_ASSIGN(DisconnectedAppHandler);
« no previous file with comments | « ash/mus/bridge/wm_window_mus.cc ('k') | ash/mus/disconnected_app_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698