| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index b5745961efc4ecf17bd2bd6cd5883a492d5be3da..4675b444d13b66250b238586cbc4514a5165aa89 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -203,7 +203,7 @@ void SetupSandbox(const base::CommandLine& parsed_command_line) {
|
|
|
| static const char no_suid_error[] =
|
| "Running without the SUID sandbox! See "
|
| - "https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment "
|
| + "https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md "
|
| "for more information on developing with the sandbox on.";
|
| if (want_setuid_sandbox) {
|
| sandbox_binary = setuid_sandbox_host->GetSandboxBinaryPath();
|
|
|