| Index: content/browser/net/url_request_slow_http_job.h
|
| diff --git a/content/browser/net/url_request_slow_http_job.h b/content/browser/net/url_request_slow_http_job.h
|
| index b94d0b9d35697ba0a7987a2dbbe6166e393d766d..e09f0ffbc1ac99f5d9648ca9ad4e1727291cc00e 100644
|
| --- a/content/browser/net/url_request_slow_http_job.h
|
| +++ b/content/browser/net/url_request_slow_http_job.h
|
| @@ -27,7 +27,7 @@ class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
|
| // construct a mock URL.
|
| static GURL GetMockUrl(const FilePath& path);
|
|
|
| - virtual void Start();
|
| + virtual void Start() OVERRIDE;
|
|
|
| private:
|
| virtual ~URLRequestSlowHTTPJob();
|
|
|