Index: content/test/net/url_request_slow_download_job.h |
diff --git a/content/test/net/url_request_slow_download_job.h b/content/test/net/url_request_slow_download_job.h |
index 02703b37cc86a7e8c9d0b683a38aecff72913520..78faa38476ab453ab93f703dc8dd9ea20af73cfc 100644 |
--- a/content/test/net/url_request_slow_download_job.h |
+++ b/content/test/net/url_request_slow_download_job.h |
@@ -35,12 +35,12 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob { |
void CheckDoneStatus(); |
// net::URLRequestJob methods |
- virtual void Start() OVERRIDE; |
- virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; |
- virtual void GetResponseInfo(net::HttpResponseInfo* info) OVERRIDE; |
+ 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; |
+ int *bytes_read) override; |
static net::URLRequestJob* Factory(net::URLRequest* request, |
net::NetworkDelegate* network_delegate, |