| Index: net/disk_cache/blockfile/sparse_control.cc
|
| diff --git a/net/disk_cache/blockfile/sparse_control.cc b/net/disk_cache/blockfile/sparse_control.cc
|
| index e251d84e7c0dcac7591c57e9b8b4283e75db3358..ddb57b624b14e33b04987c7ca7de4d196eac2cdd 100644
|
| --- a/net/disk_cache/blockfile/sparse_control.cc
|
| +++ b/net/disk_cache/blockfile/sparse_control.cc
|
| @@ -56,7 +56,7 @@ class ChildrenDeleter
|
| ChildrenDeleter(disk_cache::BackendImpl* backend, const std::string& name)
|
| : backend_(backend->GetWeakPtr()), name_(name), signature_(0) {}
|
|
|
| - virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
|
| + virtual void OnFileIOComplete(int bytes_copied) override;
|
|
|
| // Two ways of deleting the children: if we have the children map, use Start()
|
| // directly, otherwise pass the data address to ReadData().
|
|
|