| 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 &&
|
|
|