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

Unified Diff: net/base/net_log_event_type_list.h

Issue 5607004: net: Remove typedef net::URLRequestJob URLRequestJob; (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 10 years 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: 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.
//

Powered by Google App Engine
This is Rietveld 408576698