| Index: storage/browser/fileapi/file_system_dir_url_request_job.h | 
| diff --git a/storage/browser/fileapi/file_system_dir_url_request_job.h b/storage/browser/fileapi/file_system_dir_url_request_job.h | 
| index 8c71cdf82f23e39e403b73d8f243979f2b4bd561..3423182a779583e94836d6077112442f7d580c29 100644 | 
| --- a/storage/browser/fileapi/file_system_dir_url_request_job.h | 
| +++ b/storage/browser/fileapi/file_system_dir_url_request_job.h | 
| @@ -32,15 +32,15 @@ class STORAGE_EXPORT_PRIVATE FileSystemDirURLRequestJob | 
| FileSystemContext* file_system_context); | 
|  | 
| // URLRequestJob methods: | 
| -  virtual void Start() OVERRIDE; | 
| -  virtual void Kill() OVERRIDE; | 
| +  virtual void Start() override; | 
| +  virtual void Kill() override; | 
| virtual bool ReadRawData(net::IOBuffer* buf, | 
| int buf_size, | 
| -                           int* bytes_read) OVERRIDE; | 
| -  virtual bool GetCharset(std::string* charset) OVERRIDE; | 
| +                           int* bytes_read) override; | 
| +  virtual bool GetCharset(std::string* charset) override; | 
|  | 
| // FilterContext methods (via URLRequestJob): | 
| -  virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; | 
| +  virtual bool GetMimeType(std::string* mime_type) const override; | 
| // TODO(adamk): Implement GetResponseInfo and GetResponseCode to simulate | 
| // an HTTP response. | 
|  | 
|  |