| Index: chrome/browser/net/url_request_slow_http_job.h
|
| diff --git a/chrome/browser/net/url_request_slow_http_job.h b/chrome/browser/net/url_request_slow_http_job.h
|
| index fab7a015953dbd74ea84ab50542d1ea72ddf483e..e58f8df1c5817119f43347bbac60a5a49a7355c7 100644
|
| --- a/chrome/browser/net/url_request_slow_http_job.h
|
| +++ b/chrome/browser/net/url_request_slow_http_job.h
|
| @@ -13,11 +13,11 @@
|
|
|
| class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
|
| public:
|
| - URLRequestSlowHTTPJob(URLRequest* request, const FilePath& file_path);
|
| + URLRequestSlowHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
|
|
| static const int kDelayMs;
|
|
|
| - static URLRequest::ProtocolFactory Factory;
|
| + static net::URLRequest::ProtocolFactory Factory;
|
|
|
| // Adds the testing URLs to the URLRequestFilter.
|
| static void AddUrlHandler(const FilePath& base_path);
|
|
|