| Index: chrome/browser/chromeos/login/lock_window_aura.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/lock_window_aura.cc (revision 115744)
|
| +++ chrome/browser/chromeos/login/lock_window_aura.cc (working copy)
|
| @@ -44,8 +44,8 @@
|
| views::Widget::Init(params);
|
| // TODO(flackr): Use a property to specify this container rather than
|
| // depending on shell implementation.
|
| - aura_shell::Shell::GetInstance()->GetContainer(
|
| - aura_shell::internal::kShellWindowId_LockScreenContainer)->
|
| + ash::Shell::GetInstance()->GetContainer(
|
| + ash::internal::kShellWindowId_LockScreenContainer)->
|
| AddChild(GetNativeView());
|
| }
|
|
|
|
|