| Index: net/url_request/url_request_job_tracker.cc
|
| ===================================================================
|
| --- net/url_request/url_request_job_tracker.cc (revision 11293)
|
| +++ net/url_request/url_request_job_tracker.cc (working copy)
|
| @@ -16,8 +16,8 @@
|
|
|
| URLRequestJobTracker::~URLRequestJobTracker() {
|
| DLOG_IF(WARNING, active_jobs_.size() != 0) <<
|
| - "Leaking " << active_jobs_.size() << " URLRequestJob object(s), this could be "
|
| - "because the URLRequest forgot to free it (bad), or if the program was "
|
| + "Leaking " << active_jobs_.size() << " URLRequestJob object(s), this could "
|
| + "be because the URLRequest forgot to free it (bad), or if the program was "
|
| "terminated while a request was active (normal).";
|
| }
|
|
|
|
|