| Index: chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc
|
| index d3083622bda90fd18d1dc07248e72064793f6525..d363e8fba4f227f3edc00cd6ab2d44d7d6100983 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.cc
|
| @@ -28,8 +28,8 @@ ArcPlaystoreShortcutLauncherItemController::Activate(ash::LaunchSource source) {
|
| auth_service->EnableArc();
|
|
|
| // Deferred launcher.
|
| - playstore_launcher_.reset(
|
| - new ArcAppLauncher(controller()->profile(), arc::kPlayStoreAppId, true));
|
| + playstore_launcher_.reset(new ArcAppLauncher(controller()->GetProfile(),
|
| + arc::kPlayStoreAppId, true));
|
|
|
| return kNoAction;
|
| }
|
|
|