diff options
Diffstat (limited to 'sandbox/src')
-rw-r--r-- | sandbox/src/sandbox.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sandbox/src/sandbox.cc b/sandbox/src/sandbox.cc index d8dceee..f70c702 100644 --- a/sandbox/src/sandbox.cc +++ b/sandbox/src/sandbox.cc @@ -12,8 +12,7 @@ #if defined(_WIN64) && !defined(NACL_WIN64) // We allow building this code for Win64 as part of NaCl to enable development #error Sandbox code was not tested on 64-bit Windows. See \ - http://code.google.com/p/chromium/issues/detail?id=27218 for details \ - and progress log. + http://crbug.com/27218 for details and progress log. #endif |