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

Unified Diff: ash/mus/status_layout_manager.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/shelf_layout_manager.cc ('k') | ash/mus/status_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/status_layout_manager.h
diff --git a/ash/mus/status_layout_manager.h b/ash/mus/status_layout_manager.h
index d46344eeb2631e51633da25d6a9291547dcf4034..13568cba6000a6aa12cce655e814a1beedaf9f81 100644
--- a/ash/mus/status_layout_manager.h
+++ b/ash/mus/status_layout_manager.h
@@ -16,7 +16,7 @@ namespace mus {
// notifications.
class StatusLayoutManager : public LayoutManager {
public:
- explicit StatusLayoutManager(::ui::Window* owner);
+ explicit StatusLayoutManager(ui::Window* owner);
~StatusLayoutManager() override;
void SetAlignment(mash::shelf::mojom::Alignment alignment);
@@ -24,7 +24,7 @@ class StatusLayoutManager : public LayoutManager {
private:
// Overridden from LayoutManager:
- void LayoutWindow(::ui::Window* window) override;
+ void LayoutWindow(ui::Window* window) override;
mash::shelf::mojom::Alignment alignment_;
mash::shelf::mojom::AutoHideBehavior auto_hide_behavior_;
« no previous file with comments | « ash/mus/shelf_layout_manager.cc ('k') | ash/mus/status_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698