| Index: chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| index 97e75ae4fbf6ca048059657c5c2298721a1d920b..6d7f1cab3feb665ab388bab866915ff6b88f5a4a 100644
|
| --- a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
|
| @@ -15,7 +15,7 @@
|
|
|
| MultiProfileAppWindowLauncherController::
|
| MultiProfileAppWindowLauncherController(ChromeLauncherController* owner)
|
| - : AppWindowLauncherController(owner) {}
|
| + : ExtensionAppWindowLauncherController(owner) {}
|
|
|
| MultiProfileAppWindowLauncherController::
|
| ~MultiProfileAppWindowLauncherController() {
|
|
|