| Index: content/test/net/url_request_slow_http_job.h
|
| ===================================================================
|
| --- content/test/net/url_request_slow_http_job.h (revision 164732)
|
| +++ content/test/net/url_request_slow_http_job.h (working copy)
|
| @@ -10,6 +10,8 @@
|
| #include "base/timer.h"
|
| #include "content/test/net/url_request_mock_http_job.h"
|
|
|
| +namespace content {
|
| +
|
| class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
|
| public:
|
| URLRequestSlowHTTPJob(net::URLRequest* request,
|
| @@ -37,4 +39,6 @@
|
| base::OneShotTimer<URLRequestSlowHTTPJob> delay_timer_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_TEST_NET_URL_REQUEST_SLOW_HTTP_JOB_H_
|
|
|