| 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 34d9e9460ebc47a07c7fa0478905091faef40248..b6d022834ad25bc2cd6c4c90caf284b8203f7e97 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
|
| @@ -137,7 +137,7 @@ AppWindowLauncherItemController::ItemSelected(const ui::Event& event) {
|
| }
|
|
|
| base::string16 AppWindowLauncherItemController::GetTitle() {
|
| - return GetAppTitle();
|
| + return GetAppTitle(launcher_controller()->profile(), app_id());
|
| }
|
|
|
| bool AppWindowLauncherItemController::IsDraggable() {
|
|
|