| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index 58799e9e205ed0f5327e2ac4122f179a84efcc99..7fe31ffa49c4f0260fc7f7a29c7feaa3ebecc152 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -436,7 +436,7 @@ std::vector<GURL> StartupBrowserCreator::GetURLsFromCommandLine(
|
| ChildProcessSecurityPolicy* policy =
|
| ChildProcessSecurityPolicy::GetInstance();
|
| if (policy->IsWebSafeScheme(url.scheme()) ||
|
| - url.SchemeIs(chrome::kFileScheme) ||
|
| + url.SchemeIs(content::kFileScheme) ||
|
| #if defined(OS_CHROMEOS)
|
| // In ChromeOS, allow a settings page to be specified on the
|
| // command line. See ExistingUserController::OnLoginSuccess.
|
|
|