diff options
Diffstat (limited to 'sandbox/src/resolver.h')
-rw-r--r-- | sandbox/src/resolver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/src/resolver.h b/sandbox/src/resolver.h index f7472cb..bd33e90 100644 --- a/sandbox/src/resolver.h +++ b/sandbox/src/resolver.h @@ -3,7 +3,8 @@ // found in the LICENSE file. // Defines ResolverThunk, the interface for classes that perform interceptions. -// For more datails see http://wiki/Main/ChromeSandboxInterceptionDesign +// For more details see +// http://dev.chromium.org/developers/design-documents/sandbox . #include "base/basictypes.h" #include "sandbox/src/nt_internals.h" |