summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/file.h')
-rw-r--r--net/disk_cache/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h
index b457e88..53c72bd 100644
--- a/net/disk_cache/file.h
+++ b/net/disk_cache/file.h
@@ -20,7 +20,7 @@ class FileIOCallback {
// Notified of the actual number of bytes read or written. This value is
// negative if an error occurred.
virtual void OnFileIOComplete(int bytes_copied) = 0;
-
+
virtual ~FileIOCallback() {}
};