| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| index 2497e10cd37a8714fae269be7c6146941077fadf..10e3a7322d73396a9a9d29d78ae98a3508bce50f 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| @@ -22,7 +22,7 @@ ArcAppWindowLauncherItemController::~ArcAppWindowLauncherItemController() {}
|
|
|
| base::string16 ArcAppWindowLauncherItemController::GetTitle() {
|
| ArcAppListPrefs* arc_prefs =
|
| - ArcAppListPrefs::Get(launcher_controller()->profile());
|
| + ArcAppListPrefs::Get(launcher_controller()->GetProfile());
|
| DCHECK(arc_prefs);
|
| std::unique_ptr<ArcAppListPrefs::AppInfo> app_info =
|
| arc_prefs->GetApp(app_id());
|
|
|