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

Unified Diff: ash/mus/screenlock_layout.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/root_window_controller.cc ('k') | ash/mus/screenlock_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/screenlock_layout.h
diff --git a/ash/mus/screenlock_layout.h b/ash/mus/screenlock_layout.h
index 8d645480410f3fe66541655e679aed116a7cdd61..1b43bc685bbf2fb97253a127df19ef9f71a21084 100644
--- a/ash/mus/screenlock_layout.h
+++ b/ash/mus/screenlock_layout.h
@@ -14,12 +14,12 @@ namespace mus {
// Lays out the shelf within shelf containers.
class ScreenlockLayout : public LayoutManager {
public:
- explicit ScreenlockLayout(::ui::Window* owner);
+ explicit ScreenlockLayout(ui::Window* owner);
~ScreenlockLayout() override;
private:
// Overridden from LayoutManager:
- void LayoutWindow(::ui::Window* window) override;
+ void LayoutWindow(ui::Window* window) override;
DISALLOW_COPY_AND_ASSIGN(ScreenlockLayout);
};
« no previous file with comments | « ash/mus/root_window_controller.cc ('k') | ash/mus/screenlock_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698