Index: ash/first_run/first_run_helper_impl.cc |
diff --git a/ash/first_run/first_run_helper_impl.cc b/ash/first_run/first_run_helper_impl.cc |
index f8a3ca62e2991c96042f2c70b8864af451684aad..919cca91a14105d83f6e243c5cfede002ae31f88 100644 |
--- a/ash/first_run/first_run_helper_impl.cc |
+++ b/ash/first_run/first_run_helper_impl.cc |
@@ -25,9 +25,8 @@ views::Widget* CreateFirstRunWindow() { |
params.bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds(); |
params.show_state = ui::SHOW_STATE_FULLSCREEN; |
params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW; |
- params.parent = |
- Shell::GetContainer(Shell::GetPrimaryRootWindow(), |
- ash::internal::kShellWindowId_OverlayContainer); |
+ params.parent = Shell::GetContainer(Shell::GetPrimaryRootWindow(), |
+ ash::kShellWindowId_OverlayContainer); |
views::Widget* window = new views::Widget; |
window->Init(params); |
return window; |