Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: net/disk_cache/blockfile/storage_block.h

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/blockfile/storage_block.h
diff --git a/net/disk_cache/blockfile/storage_block.h b/net/disk_cache/blockfile/storage_block.h
index 0d514741b6a21012ed09b2cbaf50579ae7b12ddc..6db4a3101dea6248b9e0c9b2a6200ef9db5743e1 100644
--- a/net/disk_cache/blockfile/storage_block.h
+++ b/net/disk_cache/blockfile/storage_block.h
@@ -34,9 +34,9 @@ class StorageBlock : public FileBlock {
virtual ~StorageBlock();
// FileBlock interface.
- virtual void* buffer() const;
- virtual size_t size() const;
- virtual int offset() const;
+ void* buffer() const override;
+ size_t size() const override;
+ int offset() const override;
// Allows the overide of dummy values passed on the constructor.
bool LazyInit(MappedFile* file, Addr address);

Powered by Google App Engine
This is Rietveld 408576698