| 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 122e0a4d2c6a4ff9f85870ed0c7146c9c507740a..0971f0ed656e8fae466dfd73f846e97f9763b05f 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -438,7 +438,7 @@ std::vector<GURL> StartupBrowserCreator::GetURLsFromCommandLine(
|
| ChildProcessSecurityPolicy* policy =
|
| ChildProcessSecurityPolicy::GetInstance();
|
| if (policy->IsWebSafeScheme(url.scheme()) ||
|
| - url.SchemeIs(content::kFileScheme) ||
|
| + url.SchemeIs(url::kFileScheme) ||
|
| #if defined(OS_CHROMEOS)
|
| // In ChromeOS, allow a settings page to be specified on the
|
| // command line. See ExistingUserController::OnLoginSuccess.
|
|
|