| Index: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| index 48c70f090ed6ccce6439ce9ce05c085b25bb3b59..0cde6b00b51d9bba15648676c8455199e1e771fd 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc
|
| @@ -146,7 +146,7 @@ void ArcAppDeferredLauncherController::OnArcPlayStoreEnabledChanged(
|
| if (enabled)
|
| return;
|
|
|
| - // If Arc was disabled, remove all deferred launch requests.
|
| + // If ARC was disabled, remove all deferred launch requests.
|
| while (!app_controller_map_.empty())
|
| Close(app_controller_map_.begin()->first);
|
| }
|
|
|