Index: webkit/blob/view_blob_internals_job.h |
diff --git a/webkit/blob/view_blob_internals_job.h b/webkit/blob/view_blob_internals_job.h |
index a56da72ff75c6111463216790129d6ca55fa705c..f88f310bc3837269846b4c85b60f54dc4a654c0c 100644 |
--- a/webkit/blob/view_blob_internals_job.h |
+++ b/webkit/blob/view_blob_internals_job.h |
@@ -27,12 +27,13 @@ class BLOB_EXPORT ViewBlobInternalsJob : public net::URLRequestSimpleJob { |
ViewBlobInternalsJob(net::URLRequest* request, |
BlobStorageController* blob_storage_controller); |
- virtual void Start(); |
+ virtual void Start() OVERRIDE; |
virtual bool GetData(std::string* mime_type, |
std::string* charset, |
- std::string* data) const; |
- virtual bool IsRedirectResponse(GURL* location, int* http_status_code); |
- virtual void Kill(); |
+ std::string* data) const OVERRIDE; |
+ virtual bool IsRedirectResponse(GURL* location, |
+ int* http_status_code) OVERRIDE; |
+ virtual void Kill() OVERRIDE; |
private: |
virtual ~ViewBlobInternalsJob(); |