| 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 b701a42c8e2e9ef510ccd96ac992e972b9421ae4..654749da022f0cc53d2a58b7b4c1655d7b634c02 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
|
| @@ -177,7 +177,7 @@ AppShortcutLauncherItemController::GetRunningApplications() {
|
| if (!extension)
|
| return items;
|
|
|
| - for (auto& browser : *BrowserList::GetInstance()) {
|
| + for (auto* browser : *BrowserList::GetInstance()) {
|
| if (!launcher_controller()->IsBrowserFromActiveUser(browser))
|
| continue;
|
| TabStripModel* tab_strip = browser->tab_strip_model();
|
|
|