| 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 6601b171b6e0feaa72b8929f598b510310c479dc..a3264024547734a06b388b4d58440f88abd4b408 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() {
|
|
|