| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index e0bd718452cfb2b0b9824fd73f9964e68912a05f..2f611b842dca3a5056bdb06633ff7033c18fdc95 100644
|
| --- a/ash/wm/window_util.h
|
| +++ b/ash/wm/window_util.h
|
| @@ -56,7 +56,7 @@ ASH_EXPORT void MinimizeWindow(aura::Window* window);
|
| // Restores |window|, which must not be NULL.
|
| ASH_EXPORT void RestoreWindow(aura::Window* window);
|
|
|
| -// Moves the window to the center of the monitor.
|
| +// Moves the window to the center of the display.
|
| ASH_EXPORT void CenterWindow(aura::Window* window);
|
|
|
| } // namespace wm
|
|
|