| Index: net/base/load_states.h
|
| diff --git a/net/base/load_states.h b/net/base/load_states.h
|
| index d80e1829fa13795cdfb3ce011c9d9a7ea07587c3..64b2a46a0b54c6040f6c43d3a2acb17b6f9af91a 100644
|
| --- a/net/base/load_states.h
|
| +++ b/net/base/load_states.h
|
| @@ -13,7 +13,7 @@ namespace net {
|
| enum LoadState {
|
| // This is the default state. It corresponds to a resource load that has
|
| // either not yet begun or is idle waiting for the consumer to do something
|
| - // to move things along (e.g., the consumer of an URLRequest may not have
|
| + // to move things along (e.g., the consumer of an net::URLRequest may not have
|
| // called Read yet).
|
| LOAD_STATE_IDLE,
|
|
|
| @@ -65,7 +65,7 @@ enum LoadState {
|
| // read to complete. In the case of a HTTP transaction, this corresponds to
|
| // the period after the response headers have been received and before all of
|
| // the response body has been downloaded. (NOTE: This state only applies for
|
| - // an URLRequest while there is an outstanding Read operation.)
|
| + // an net::URLRequest while there is an outstanding Read operation.)
|
| LOAD_STATE_READING_RESPONSE,
|
| };
|
|
|
|
|