| Index: ash/shutdown_controller.h
|
| diff --git a/ash/shutdown_controller.h b/ash/shutdown_controller.h
|
| index add5573c9a51ac2d32229c6dc7089ebea035b4fa..c44e28a5436176a3787c964d2914772d2c4a5366 100644
|
| --- a/ash/shutdown_controller.h
|
| +++ b/ash/shutdown_controller.h
|
| @@ -25,7 +25,7 @@ class ASH_EXPORT ShutdownController
|
|
|
| // Shuts down or reboots based on the current DeviceRebootOnShutdown policy.
|
| // Does not trigger the shutdown fade-out animation. For animated shutdown
|
| - // use WmShell::RequestShutdown(). Virtual for testing.
|
| + // use ShellPort::RequestShutdown(). Virtual for testing.
|
| virtual void ShutDownOrReboot();
|
|
|
| // Binds the mojom::ShutdownController interface request to this object.
|
|
|