| Index: storage/browser/blob/view_blob_internals_job.h
|
| diff --git a/storage/browser/blob/view_blob_internals_job.h b/storage/browser/blob/view_blob_internals_job.h
|
| index 3fc2f08a576da0a4c6b7c720faac30dba04bb68f..9fc385000f21be533afcb1f545e472e890a47f9c 100644
|
| --- a/storage/browser/blob/view_blob_internals_job.h
|
| +++ b/storage/browser/blob/view_blob_internals_job.h
|
| @@ -29,14 +29,14 @@ class STORAGE_EXPORT ViewBlobInternalsJob
|
| net::NetworkDelegate* network_delegate,
|
| BlobStorageContext* blob_storage_context);
|
|
|
| - virtual void Start() OVERRIDE;
|
| + virtual void Start() override;
|
| virtual int GetData(std::string* mime_type,
|
| std::string* charset,
|
| std::string* data,
|
| - const net::CompletionCallback& callback) const OVERRIDE;
|
| + const net::CompletionCallback& callback) const override;
|
| virtual bool IsRedirectResponse(GURL* location,
|
| - int* http_status_code) OVERRIDE;
|
| - virtual void Kill() OVERRIDE;
|
| + int* http_status_code) override;
|
| + virtual void Kill() override;
|
|
|
| private:
|
| virtual ~ViewBlobInternalsJob();
|
|
|