Index: net/base/net_log_event_type_list.h |
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h |
index 92c65d1f132563512f5482492d18b3646380e48d..e5716850ab9c56a0b8feee52c0121ea9cbec5c71 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 |
wtc
2010/12/08 19:32:48
Inside the 'net' directory, the 'net::' prefix sho
|
// ------------------------------------------------------------------------ |
-// 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. |
// |