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

Unified Diff: chrome/browser/prefs/incognito_mode_prefs.cc

Issue 816403003: 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/prefs/incognito_mode_prefs.cc
diff --git a/chrome/browser/prefs/incognito_mode_prefs.cc b/chrome/browser/prefs/incognito_mode_prefs.cc
index 1861ac1b4113b44cf1bf2b5b59d2ffbe2b76f897..e0255d4947d11a90c3d2e5fbbd56f707459c811b 100644
--- a/chrome/browser/prefs/incognito_mode_prefs.cc
+++ b/chrome/browser/prefs/incognito_mode_prefs.cc
@@ -72,7 +72,7 @@ void IncognitoModePrefs::RegisterProfilePrefs(
// static
bool IncognitoModePrefs::ShouldLaunchIncognito(
- const CommandLine& command_line,
+ const base::CommandLine& command_line,
const PrefService* prefs) {
Availability incognito_avail = GetAvailability(prefs);
return incognito_avail != IncognitoModePrefs::DISABLED &&
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store_unittest.cc ('k') | chrome/browser/prefs/pref_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698