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

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

Issue 425653002: content: ResourceType cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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: content/browser/renderer_host/socket_stream_dispatcher_host.h
diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.h b/content/browser/renderer_host/socket_stream_dispatcher_host.h
index c083613882601a85f08056868d42dbda7ab4a0f7..bc0e35ffa5e0ecd4447775adfce6d9812ed8f8ef 100644
--- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
+++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
@@ -32,7 +32,7 @@ class SocketStreamDispatcherHost
public net::SocketStream::Delegate,
public SSLErrorHandler::Delegate {
public:
- typedef base::Callback<net::URLRequestContext*(ResourceType::Type)>
+ typedef base::Callback<net::URLRequestContext*(ResourceType)>
GetRequestContextCallback;
SocketStreamDispatcherHost(
int render_process_id,

Powered by Google App Engine
This is Rietveld 408576698