| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index 789059b65e59b661ee936a128796670c73f86cc2..7119316b4e9265e298f98322a5f70d06a2f427af 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -457,7 +457,7 @@ bool CanHandlePositionCenter() {
|
|
|
| void HandlePositionCenter() {
|
| base::RecordAction(UserMetricsAction("Accel_Window_Position_Center"));
|
| - wm::CenterWindow(WmWindow::Get(wm::GetActiveWindow()));
|
| + wm::CenterWindow(wm::GetActiveWindow());
|
| }
|
|
|
| void HandleShowImeMenuBubble() {
|
|
|