| Index: net/url_request/url_request_test_job.h
|
| diff --git a/net/url_request/url_request_test_job.h b/net/url_request/url_request_test_job.h
|
| index 7cb477750d344725029edd803139671a7ed69e3f..14b90d480d7a5c1b29cf31cb93bb2e95d3d1514d 100644
|
| --- a/net/url_request/url_request_test_job.h
|
| +++ b/net/url_request/url_request_test_job.h
|
| @@ -33,7 +33,7 @@
|
| //
|
| // Optionally, you can also construct test jobs that advance automatically
|
| // without having to call ProcessOnePendingMessage.
|
| -class URLRequestTestJob : public URLRequestJob {
|
| +class URLRequestTestJob : public net::URLRequestJob {
|
| public:
|
| // Constructs a job to return one of the canned responses depending on the
|
| // request url, with auto advance disabled.
|
|
|