| Index: chrome/browser/ui/app_list/arc/arc_app_utils.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_utils.cc b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
|
| index ef6eb3a6750f9114f834c63fdad860f5db4daa7d..b75ab9ee80fd8b33933c90ff19ac1856e5e7ac6a 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_utils.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_utils.cc
|
| @@ -214,7 +214,7 @@ bool LaunchApp(content::BrowserContext* context,
|
| ChromeLauncherController* chrome_controller =
|
| ChromeLauncherController::instance();
|
| DCHECK(chrome_controller);
|
| - chrome_controller->arc_deferred_launcher()->RegisterDeferredLaunch(app_id);
|
| + chrome_controller->GetArcDeferredLauncher()->RegisterDeferredLaunch(app_id);
|
| return true;
|
| }
|
|
|
|
|