| Index: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
|
| index 3cc371db5e84aac170244b222306243ec0c27d00..a46c37397419482871e6d2e163acd5f42626352e 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc
|
| @@ -35,7 +35,7 @@ ArcAppDeferredLauncherItemController::ItemSelected(const ui::Event& event) {
|
|
|
| base::string16 ArcAppDeferredLauncherItemController::GetTitle() {
|
| ArcAppListPrefs* arc_prefs =
|
| - ArcAppListPrefs::Get(launcher_controller()->GetProfile());
|
| + ArcAppListPrefs::Get(launcher_controller()->profile());
|
| DCHECK(arc_prefs);
|
| std::unique_ptr<ArcAppListPrefs::AppInfo> app_info = arc_prefs->GetApp(
|
| ArcAppWindowLauncherController::GetArcAppIdFromShelfAppId(app_id()));
|
|
|