summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket_stream')
-rw-r--r--net/socket_stream/socket_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h
index 1892022..f6ac674 100644
--- a/net/socket_stream/socket_stream.h
+++ b/net/socket_stream/socket_stream.h
@@ -252,7 +252,7 @@ class SocketStream : public base::RefCountedThreadSafe<SocketStream> {
ProxyService* proxy_service() const;
void GetInfoForTracker(
- RequestTracker<SocketStream>::RecentRequestInfo *info) const;
+ RequestTracker<SocketStream>::RecentRequestInfo* info) const;
scoped_refptr<LoadLog> load_log_;