| Index: net/disk_cache/in_flight_backend_io.h
|
| diff --git a/net/disk_cache/in_flight_backend_io.h b/net/disk_cache/in_flight_backend_io.h
|
| index 71ffa38613a7a161d4dfc43637d43345743772e1..17efb1a5c12d4c35356ee87bd3b37ec976d7eade 100644
|
| --- a/net/disk_cache/in_flight_backend_io.h
|
| +++ b/net/disk_cache/in_flight_backend_io.h
|
| @@ -194,7 +194,8 @@ class InFlightBackendIO : public InFlightIO {
|
| }
|
|
|
| protected:
|
| - virtual void OnOperationComplete(BackgroundIO* operation, bool cancel);
|
| + virtual void OnOperationComplete(BackgroundIO* operation,
|
| + bool cancel) OVERRIDE;
|
|
|
| private:
|
| void PostOperation(BackendIO* operation);
|
|
|