| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index 244d4593d1e6857d736a51475ce944d8422be13d..06dd6f852a985658863d29a5a555ef7a0a19c025 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -321,9 +321,9 @@ void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type) {
|
| incognito = false;
|
| }
|
| } else if (profile->IsGuestSession() ||
|
| - (browser_defaults::kAlwaysOpenIncognitoWindow &&
|
| - IncognitoModePrefs::ShouldLaunchIncognito(
|
| - *CommandLine::ForCurrentProcess(), prefs))) {
|
| + (browser_defaults::kAlwaysOpenIncognitoWindow &&
|
| + IncognitoModePrefs::ShouldLaunchIncognito(
|
| + *base::CommandLine::ForCurrentProcess(), prefs))) {
|
| incognito = true;
|
| }
|
|
|
|
|