| Index: storage/browser/fileapi/transient_file_util.h
|
| diff --git a/storage/browser/fileapi/transient_file_util.h b/storage/browser/fileapi/transient_file_util.h
|
| index 054f8b0abed38cd7e4f5d19fa9fe42355ac24f29..b14969b0f44d0ed9580ea0b9d9e5c7afa4d2c3b0 100644
|
| --- a/storage/browser/fileapi/transient_file_util.h
|
| +++ b/storage/browser/fileapi/transient_file_util.h
|
| @@ -17,10 +17,10 @@ class STORAGE_EXPORT_PRIVATE TransientFileUtil
|
| : public LocalFileUtil {
|
| public:
|
| TransientFileUtil() {}
|
| - virtual ~TransientFileUtil() {}
|
| + ~TransientFileUtil() override {}
|
|
|
| // LocalFileUtil overrides.
|
| - virtual storage::ScopedFile CreateSnapshotFile(
|
| + storage::ScopedFile CreateSnapshotFile(
|
| FileSystemOperationContext* context,
|
| const FileSystemURL& url,
|
| base::File::Error* error,
|
|
|