| Index: net/url_request/url_request_job_tracker.cc
|
| diff --git a/net/url_request/url_request_job_tracker.cc b/net/url_request/url_request_job_tracker.cc
|
| index e3e5d36fa5ebaaee6b0c4ff42052c5546cf19d6e..f7ef904441d595da780d5c376b1c3d5ec1570c93 100644
|
| --- a/net/url_request/url_request_job_tracker.cc
|
| +++ b/net/url_request/url_request_job_tracker.cc
|
| @@ -17,8 +17,8 @@ URLRequestJobTracker::URLRequestJobTracker() {
|
| 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 "
|
| - "terminated while a request was active (normal).";
|
| + "be because the net::URLRequest forgot to free it (bad), or if the program "
|
| + "was terminated while a request was active (normal).";
|
| }
|
|
|
| void URLRequestJobTracker::AddNewJob(URLRequestJob* job) {
|
|
|