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

Unified Diff: ash/mus/screenlock_layout.cc

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/screenlock_layout.h ('k') | ash/mus/shadow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/screenlock_layout.cc
diff --git a/ash/mus/screenlock_layout.cc b/ash/mus/screenlock_layout.cc
index 0cedefc937975df98cde9e23d8ec12cf04aa7214..faf2cb99991b01590beb6f87a8b5b35adf1d7ab8 100644
--- a/ash/mus/screenlock_layout.cc
+++ b/ash/mus/screenlock_layout.cc
@@ -13,15 +13,14 @@
namespace ash {
namespace mus {
-ScreenlockLayout::ScreenlockLayout(::ui::Window* owner)
- : LayoutManager(owner) {}
+ScreenlockLayout::ScreenlockLayout(ui::Window* owner) : LayoutManager(owner) {}
ScreenlockLayout::~ScreenlockLayout() {}
// We explicitly don't make assertions about the number of children in this
// layout as the number of children can vary when the application providing the
// screenlock restarts.
-void ScreenlockLayout::LayoutWindow(::ui::Window* window) {
+void ScreenlockLayout::LayoutWindow(ui::Window* window) {
gfx::Rect bounds = owner()->bounds();
bounds.Inset(-25, -25);
window->SetBounds(bounds);
« no previous file with comments | « ash/mus/screenlock_layout.h ('k') | ash/mus/shadow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698