| Index: content/test/net/url_request_mock_http_job.h
|
| ===================================================================
|
| --- content/test/net/url_request_mock_http_job.h (revision 164732)
|
| +++ content/test/net/url_request_mock_http_job.h (working copy)
|
| @@ -13,6 +13,8 @@
|
|
|
| class FilePath;
|
|
|
| +namespace content {
|
| +
|
| class URLRequestMockHTTPJob : public net::URLRequestFileJob {
|
| public:
|
| URLRequestMockHTTPJob(net::URLRequest* request,
|
| @@ -50,4 +52,6 @@
|
| void GetResponseInfoConst(net::HttpResponseInfo* info) const;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_TEST_NET_URL_REQUEST_MOCK_HTTP_JOB_H_
|
|
|