| Index: net/base/file_stream_context.h
|
| diff --git a/net/base/file_stream_context.h b/net/base/file_stream_context.h
|
| index 74f47c42a7effc050e0305249336f6af4357913c..5493e251c66a2d2bf6b66a3fc7a63e09608c4713 100644
|
| --- a/net/base/file_stream_context.h
|
| +++ b/net/base/file_stream_context.h
|
| @@ -158,7 +158,7 @@ class FileStream::Context {
|
| // Implementation of MessageLoopForIO::IOHandler.
|
| virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context,
|
| DWORD bytes_read,
|
| - DWORD error) OVERRIDE;
|
| + DWORD error) override;
|
| #elif defined(OS_POSIX)
|
| // ReadFileImpl() is a simple wrapper around read() that handles EINTR
|
| // signals and calls RecordAndMapError() to map errno to net error codes.
|
|
|