Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3691)

Unified Diff: chrome/browser/browser_child_process_host.h

Issue 6338002: net: Remove typedef net::URLRequestContext URLRequestContext; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698