| Index: net/disk_cache/blockfile/sparse_control_v3.cc
|
| diff --git a/net/disk_cache/blockfile/sparse_control_v3.cc b/net/disk_cache/blockfile/sparse_control_v3.cc
|
| index 66a60a21bb135f0987515c00e9541867179098b3..cba0ed5393f180e17dce388c900119f8df22ccb5 100644
|
| --- a/net/disk_cache/blockfile/sparse_control_v3.cc
|
| +++ b/net/disk_cache/blockfile/sparse_control_v3.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().
|
|
|