Index: chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
index b703325a4b224d921e3a60fe3d6ba89c95ee7e79..7f1e3028dca558639bcb31b100ac1090d4b45355 100644 |
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
@@ -140,8 +140,8 @@ AppWindowLauncherItemController::ItemSelected(const ui::Event& event) { |
} |
base::string16 AppWindowLauncherItemController::GetTitle() { |
- return LauncherControllerHelper::GetAppTitle( |
- launcher_controller()->GetProfile(), app_id()); |
+ return LauncherControllerHelper::GetAppTitle(launcher_controller()->profile(), |
+ app_id()); |
} |
bool AppWindowLauncherItemController::IsDraggable() { |
@@ -150,7 +150,7 @@ bool AppWindowLauncherItemController::IsDraggable() { |
} |
bool AppWindowLauncherItemController::CanPin() const { |
- return GetPinnableForAppID(app_id(), launcher_controller()->GetProfile()) == |
+ return GetPinnableForAppID(app_id(), launcher_controller()->profile()) == |
AppListControllerDelegate::PIN_EDITABLE; |
} |