| Index: content/browser/fileapi/upload_file_system_file_element_reader.h
 | 
| diff --git a/content/browser/fileapi/upload_file_system_file_element_reader.h b/content/browser/fileapi/upload_file_system_file_element_reader.h
 | 
| index 8c0becdc0c471c71921cbf138f3f57a71c14e5dc..806473ef442cbcbf35ef3ca9503391c1f9eccdee 100644
 | 
| --- a/content/browser/fileapi/upload_file_system_file_element_reader.h
 | 
| +++ b/content/browser/fileapi/upload_file_system_file_element_reader.h
 | 
| @@ -34,12 +34,12 @@ class CONTENT_EXPORT UploadFileSystemFileElementReader :
 | 
|    virtual ~UploadFileSystemFileElementReader();
 | 
|  
 | 
|    // UploadElementReader overrides:
 | 
| -  virtual int Init(const net::CompletionCallback& callback) OVERRIDE;
 | 
| -  virtual uint64 GetContentLength() const OVERRIDE;
 | 
| -  virtual uint64 BytesRemaining() const OVERRIDE;
 | 
| +  virtual int Init(const net::CompletionCallback& callback) override;
 | 
| +  virtual uint64 GetContentLength() const override;
 | 
| +  virtual uint64 BytesRemaining() const override;
 | 
|    virtual int Read(net::IOBuffer* buf,
 | 
|                     int buf_length,
 | 
| -                   const net::CompletionCallback& callback) OVERRIDE;
 | 
| +                   const net::CompletionCallback& callback) override;
 | 
|  
 | 
|   private:
 | 
|    void OnGetLength(const net::CompletionCallback& callback, int64 result);
 | 
| 
 |