Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Unified Diff: chrome/browser/apps/shortcut_manager.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/apps/guest_view/web_view_browsertest.cc ('k') | chrome/browser/apps/speech_recognition_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698