Index: content/common/file_system/webfilewriter_impl.h |
diff --git a/content/common/file_system/webfilewriter_impl.h b/content/common/file_system/webfilewriter_impl.h |
index f5287f489559c86165fcc156dffdb912221f719f..9c9440f823689898b3fe9d9224e746252adb8360 100644 |
--- a/content/common/file_system/webfilewriter_impl.h |
+++ b/content/common/file_system/webfilewriter_impl.h |
@@ -18,10 +18,10 @@ class WebFileWriterImpl : public fileapi::WebFileWriterBase, |
protected: |
// WebFileWriterBase overrides |
- virtual void DoTruncate(const GURL& path, int64 offset); |
+ virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE; |
virtual void DoWrite(const GURL& path, const GURL& blob_url, |
- int64 offset); |
- virtual void DoCancel(); |
+ int64 offset) OVERRIDE; |
+ virtual void DoCancel() OVERRIDE; |
private: |
class CallbackDispatcher; |