| Index: ash/shell/toplevel_window.cc
|
| diff --git a/ash/shell/toplevel_window.cc b/ash/shell/toplevel_window.cc
|
| index 09fbb5d9cd2085762308c6face590ba11afa4f83..6e06d76f75be08da0289e88d47494e02e5a2409d 100644
|
| --- a/ash/shell/toplevel_window.cc
|
| +++ b/ash/shell/toplevel_window.cc
|
| @@ -84,7 +84,7 @@ bool ToplevelWindow::GetSavedWindowPlacement(
|
| // Initial default bounds.
|
| bounds->SetRect(10, 150, 300, 300);
|
| }
|
| - ash::WindowPositioner::GetBoundsAndShowStateForNewWindow(
|
| + WindowPositioner::GetBoundsAndShowStateForNewWindow(
|
| gfx::Screen::GetScreen(), NULL, is_saved_bounds, *show_state, bounds,
|
| show_state);
|
| return true;
|
|
|