Index: content/browser/net/url_request_slow_download_job.h |
diff --git a/content/browser/net/url_request_slow_download_job.h b/content/browser/net/url_request_slow_download_job.h |
index 5e70fb82808a9987f31973ba679c2c4a6c9473ed..04c7d2c000abeb47d118cd43aaaf39c1837bd018 100644 |
--- a/content/browser/net/url_request_slow_download_job.h |
+++ b/content/browser/net/url_request_slow_download_job.h |
@@ -34,10 +34,12 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob { |
void CheckDoneStatus(); |
// net::URLRequestJob methods |
- virtual void Start(); |
- virtual bool GetMimeType(std::string* mime_type) const; |
- virtual void GetResponseInfo(net::HttpResponseInfo* info); |
- virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read); |
+ virtual void Start() OVERRIDE; |
+ virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; |
+ virtual void GetResponseInfo(net::HttpResponseInfo* info) OVERRIDE; |
+ virtual bool ReadRawData(net::IOBuffer* buf, |
+ int buf_size, |
+ int *bytes_read) OVERRIDE; |
static net::URLRequestJob* Factory(net::URLRequest* request, |
const std::string& scheme); |