summaryrefslogtreecommitdiffstats
path: root/ash/shell/lock_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/lock_view.cc')
-rw-r--r--ash/shell/lock_view.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index 2cdb4b7..eae9d9c 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -94,9 +94,8 @@ void CreateLockScreen() {
(root_window_size.height() - ps.height()) / 2,
ps.width(), ps.height());
params.delegate = lock_view;
- params.parent = Shell::GetContainer(
- Shell::GetPrimaryRootWindow(),
- internal::kShellWindowId_LockScreenContainer);
+ params.parent = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
+ kShellWindowId_LockScreenContainer);
widget->Init(params);
widget->SetContentsView(lock_view);
widget->Show();