| Index: content/browser/file_system/file_system_dispatcher_host.h
 | 
| diff --git a/content/browser/file_system/file_system_dispatcher_host.h b/content/browser/file_system/file_system_dispatcher_host.h
 | 
| index 80426aaf9620f3a75a885c6d03ff00393abb5e45..956fc43f2b56058ae928b78529c9251804028612 100644
 | 
| --- a/content/browser/file_system/file_system_dispatcher_host.h
 | 
| +++ b/content/browser/file_system/file_system_dispatcher_host.h
 | 
| @@ -44,9 +44,9 @@ class FileSystemDispatcherHost : public BrowserMessageFilter {
 | 
|    virtual ~FileSystemDispatcherHost();
 | 
|  
 | 
|    // BrowserMessageFilter implementation.
 | 
| -  virtual void OnChannelConnected(int32 peer_pid);
 | 
| +  virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
 | 
|    virtual bool OnMessageReceived(const IPC::Message& message,
 | 
| -                                 bool* message_was_ok);
 | 
| +                                 bool* message_was_ok) OVERRIDE;
 | 
|  
 | 
|    void UnregisterOperation(int request_id);
 | 
|  
 | 
| 
 |