| Index: webkit/tools/test_shell/simple_file_writer.h
|
| diff --git a/webkit/tools/test_shell/simple_file_writer.h b/webkit/tools/test_shell/simple_file_writer.h
|
| index 9ea2da55abb1c15305f9a872f4903019db05ff32..f4f377234802a04950bc5ce9c6c2ab065384d7f8 100644
|
| --- a/webkit/tools/test_shell/simple_file_writer.h
|
| +++ b/webkit/tools/test_shell/simple_file_writer.h
|
| @@ -38,10 +38,10 @@ class SimpleFileWriter : 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 IOThreadProxy;
|
|
|