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

Unified Diff: chrome/browser/renderer_host/socket_stream_dispatcher_host.h

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes 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/renderer_host/socket_stream_dispatcher_host.h
diff --git a/chrome/browser/renderer_host/socket_stream_dispatcher_host.h b/chrome/browser/renderer_host/socket_stream_dispatcher_host.h
index b57d7ce7e9cd1c21d261f65f5dcaa6d67063b85f..5c1b47cef12933e64293cea46dfe714cf892bfe0 100644
--- a/chrome/browser/renderer_host/socket_stream_dispatcher_host.h
+++ b/chrome/browser/renderer_host/socket_stream_dispatcher_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.
@@ -54,7 +54,7 @@ class SocketStreamDispatcherHost : public BrowserMessageFilter,
void DeleteSocketStreamHost(int socket_id);
// Returns the URLRequestContext.
- URLRequestContext* GetURLRequestContext();
+ net::URLRequestContext* GetURLRequestContext();
IDMap<SocketStreamHost> hosts_;
scoped_refptr<ResourceMessageFilter::URLRequestContextOverride>
« no previous file with comments | « chrome/browser/renderer_host/save_file_resource_handler.h ('k') | chrome/browser/renderer_host/socket_stream_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698