Index: chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc |
diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc |
index d4ceb30af105d0ff6520b07650b389eecf53f879..dd4247a0f61f2bef4a4c0df7271ee640becff49c 100644 |
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc |
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc |
@@ -22,7 +22,7 @@ ArcLauncherContextMenu::~ArcLauncherContextMenu() {} |
void ArcLauncherContextMenu::Init() { |
const ArcAppListPrefs* arc_list_prefs = |
- ArcAppListPrefs::Get(controller()->GetProfile()); |
+ ArcAppListPrefs::Get(controller()->profile()); |
DCHECK(arc_list_prefs); |
const std::string app_id = controller()->GetAppIDForShelfID(item().id); |