| Index: net/base/net_log.h
|
| diff --git a/net/base/net_log.h b/net/base/net_log.h
|
| index ad775fa00ab9d35ff07b1d67788cc45473f69754..9c670ec780f176a43a377b4149a09693b12e9e5e 100644
|
| --- a/net/base/net_log.h
|
| +++ b/net/base/net_log.h
|
| @@ -22,7 +22,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
|
| +// that generated the message (for example, which net::URLRequest or which
|
| // SocketStream).
|
| //
|
| // To avoid needing to pass in the "source id" to the logging functions, NetLog
|
| @@ -35,7 +35,7 @@ namespace net {
|
| //
|
| // TODO(eroman): Remove the 'const' qualitifer from the BoundNetLog methods.
|
| // TODO(eroman): Make the DNS jobs emit into the NetLog.
|
| -// TODO(eroman): Start a new Source each time URLRequest redirects
|
| +// TODO(eroman): Start a new Source each time net::URLRequest redirects
|
| // (simpler to reason about each as a separate entity).
|
|
|
| class NetLog {
|
|
|