| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 824a238983df0751014d037733fc9f7d1d9d6d39..aa218f8cf1c0a1ac12c8351aab8d9c79954cc222 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -74,7 +74,7 @@ class HttpStreamParser : public ChunkCallback {
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
|
|
|
| // ChunkCallback methods.
|
| - virtual void OnChunkAvailable();
|
| + virtual void OnChunkAvailable() OVERRIDE;
|
|
|
| private:
|
| // FOO_COMPLETE states implement the second half of potentially asynchronous
|
|
|