| Index: content/child/fileapi/file_system_dispatcher.h
|
| diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h
|
| index 9f5ab4d9daf31fae0bd6bc7954f118c2bc523388..87f142449bdde6a0ff34d39408f7d7b435c4e3d1 100644
|
| --- a/content/child/fileapi/file_system_dispatcher.h
|
| +++ b/content/child/fileapi/file_system_dispatcher.h
|
| @@ -63,7 +63,7 @@ class FileSystemDispatcher : public IPC::Listener {
|
| virtual ~FileSystemDispatcher();
|
|
|
| // IPC::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) override;
|
|
|
| void OpenFileSystem(const GURL& origin_url,
|
| storage::FileSystemType type,
|
|
|