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 7111a9e8a451e81fed3f2a7dce9e109acc376630..386db2cf97cce5d4589d4a71035b1b8102fc6488 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 |
@@ -46,7 +46,7 @@ ArcAppWindowLauncherItemController::ItemSelected(const ui::Event& event) { |
base::string16 ArcAppWindowLauncherItemController::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())); |