Index: net/base/net_log.h |
diff --git a/net/base/net_log.h b/net/base/net_log.h |
index 1b598ed84b763d7521a31a990914c2b4906326b1..5fb27917aba09cb0ec5f63990a39f78aa83a43bf 100644 |
--- a/net/base/net_log.h |
+++ b/net/base/net_log.h |
@@ -27,7 +27,7 @@ namespace net { |
// NetLog is the destination for log messages generated by the network stack. |
// Each log message has a "source" field which identifies the specific entity |
// that generated the message (for example, which URLRequest or which |
-// SocketStream). |
+// SpdySession). |
// |
// To avoid needing to pass in the "source ID" to the logging functions, NetLog |
// is usually accessed through a BoundNetLog, which will always pass in a |