| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| index d4eb5bcfccc37a5c79ae48a6b7114825228a36a3..f891d02e9b765d6a8420ca999b76b1d95e54eb32 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
|
| @@ -155,7 +155,7 @@ AppShortcutLauncherItemController::GetApplicationList(int event_flags) {
|
| items.push_back(new ChromeLauncherAppMenuItemTab(
|
| title, &app_icon, web_contents, i == 0));
|
| }
|
| - return items.Pass();
|
| + return items;
|
| }
|
|
|
| std::vector<content::WebContents*>
|
|
|