diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/resource_dispatcher.cc | 2 | ||||
-rw-r--r-- | chrome/common/resource_dispatcher.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc index d662fd9..d3c7a33 100644 --- a/chrome/common/resource_dispatcher.cc +++ b/chrome/common/resource_dispatcher.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #include "chrome/common/resource_dispatcher.h" diff --git a/chrome/common/resource_dispatcher.h b/chrome/common/resource_dispatcher.h index 5fa4bc5..c290e10 100644 --- a/chrome/common/resource_dispatcher.h +++ b/chrome/common/resource_dispatcher.h @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// See http://wiki.corp.google.com/twiki/bin/view/Main/ChromeMultiProcessResourceLoading +// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading #ifndef CHROME_COMMON_RESOURCE_DISPATCHER_H__ #define CHROME_COMMON_RESOURCE_DISPATCHER_H__ |