| Index: chrome/browser/apps/shortcut_manager.cc
|
| diff --git a/chrome/browser/apps/shortcut_manager.cc b/chrome/browser/apps/shortcut_manager.cc
|
| index d34f51cef799611b273fe2dc222501cb322e4a47..c23f22f4dfc18f0f8fd04afa7eeec14226aee07a 100644
|
| --- a/chrome/browser/apps/shortcut_manager.cc
|
| +++ b/chrome/browser/apps/shortcut_manager.cc
|
| @@ -154,7 +154,7 @@ void AppShortcutManager::OnProfileWillBeRemoved(
|
| }
|
|
|
| void AppShortcutManager::UpdateShortcutsForAllAppsIfNeeded() {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
|
| return;
|
|
|
| int last_version = prefs_->GetInteger(prefs::kAppShortcutsVersion);
|
|
|