| Index: content/test/net/url_request_abort_on_end_job.h
|
| diff --git a/content/test/net/url_request_abort_on_end_job.h b/content/test/net/url_request_abort_on_end_job.h
|
| index fd31e070a6b45093d137cd8a83306e91a27317c7..973180dcf9e70da9e54f769f959be02398fa26fd 100644
|
| --- a/content/test/net/url_request_abort_on_end_job.h
|
| +++ b/content/test/net/url_request_abort_on_end_job.h
|
| @@ -26,12 +26,12 @@ class URLRequestAbortOnEndJob : public net::URLRequestJob {
|
| net::NetworkDelegate* network_delegate);
|
|
|
| // net::URLRequestJob
|
| - 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 void AddUrlHandler();
|
|
|
|
|