diff options
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/net_log_event_type_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h index 92c65d1..e571685 100644 --- a/net/base/net_log_event_type_list.h +++ b/net/base/net_log_event_type_list.h @@ -468,8 +468,8 @@ EVENT_TYPE(SOCKET_POOL_CONNECTING_N_SOCKETS) // net::URLRequest // ------------------------------------------------------------------------ -// Measures the time it took a URLRequestJob to start. For the most part this -// corresponds with the time between net::URLRequest::Start() and +// Measures the time it took a net::URLRequestJob to start. For the most part +// this corresponds with the time between net::URLRequest::Start() and // net::URLRequest::ResponseStarted(), however it is also repeated for every // redirect, and every intercepted job that handles the request. // |