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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index 739649a..245bcee 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -13,7 +13,7 @@
#include "ui/views/widget/widget.h"
#include "ui/views/widget/widget_delegate.h"
-using aura_shell::Shell;
+using ash::Shell;
namespace ash {
namespace shell {
@@ -63,7 +63,7 @@ void CreateLockScreen() {
params.delegate = lock_view;
widget->Init(params);
Shell::GetInstance()->GetContainer(
- aura_shell::internal::kShellWindowId_LockScreenContainer)->
+ ash::internal::kShellWindowId_LockScreenContainer)->
AddChild(widget->GetNativeView());
widget->SetContentsView(lock_view);
widget->Show();