Index: chrome/browser/browser_child_process_host.h |
diff --git a/chrome/browser/browser_child_process_host.h b/chrome/browser/browser_child_process_host.h |
index f917a4d2247d4751ab987fde1635af30b1fa5b8c..28ca924c41dccf1215dd279869586b82f4146da6 100644 |
--- a/chrome/browser/browser_child_process_host.h |
+++ b/chrome/browser/browser_child_process_host.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -60,7 +60,7 @@ class BrowserChildProcessHost : public ChildProcessHost, |
// |resource_dispatcher_host| may be NULL to indicate none is needed for |
// this process type. |
// |url_request_context_getter| allows derived classes to override the |
- // URLRequestContext. |
+ // net::URLRequestContext. |
BrowserChildProcessHost( |
ChildProcessInfo::ProcessType type, |
ResourceDispatcherHost* resource_dispatcher_host, |
@@ -68,7 +68,7 @@ class BrowserChildProcessHost : public ChildProcessHost, |
url_request_context_override); |
// A convenient constructor for those classes that want to use the default |
- // URLRequestContext. |
+ // net::URLRequestContext. |
BrowserChildProcessHost( |
ChildProcessInfo::ProcessType type, |
ResourceDispatcherHost* resource_dispatcher_host); |