Index: content/child/fileapi/webfilewriter_impl.h |
diff --git a/content/child/fileapi/webfilewriter_impl.h b/content/child/fileapi/webfilewriter_impl.h |
index 34f63bd3fb1b676ecb79ae159d26b46f34e84cea..008a9843830b9b56928feba21380bd88162efa4a 100644 |
--- a/content/child/fileapi/webfilewriter_impl.h |
+++ b/content/child/fileapi/webfilewriter_impl.h |
@@ -31,10 +31,10 @@ class WebFileWriterImpl : public WebFileWriterBase, |
protected: |
// WebFileWriterBase overrides |
- virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE; |
+ virtual void DoTruncate(const GURL& path, int64 offset) override; |
virtual void DoWrite(const GURL& path, const std::string& blob_id, |
- int64 offset) OVERRIDE; |
- virtual void DoCancel() OVERRIDE; |
+ int64 offset) override; |
+ virtual void DoCancel() override; |
private: |
class WriterBridge; |