| Index: webkit/tools/test_shell/simple_file_writer.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_file_writer.h (revision 81454)
|
| +++ webkit/tools/test_shell/simple_file_writer.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| public base::SupportsWeakPtr<SimpleFileWriter> {
|
| public:
|
| SimpleFileWriter(
|
| - const WebKit::WebString& path,
|
| + const GURL& path,
|
| WebKit::WebFileWriterClient* client,
|
| fileapi::FileSystemContext* file_system_context);
|
| virtual ~SimpleFileWriter();
|
| @@ -38,8 +38,8 @@
|
|
|
| protected:
|
| // WebFileWriterBase overrides
|
| - virtual void DoTruncate(const FilePath& path, int64 offset);
|
| - virtual void DoWrite(const FilePath& path, const GURL& blob_url,
|
| + virtual void DoTruncate(const GURL& path, int64 offset);
|
| + virtual void DoWrite(const GURL& path, const GURL& blob_url,
|
| int64 offset);
|
| virtual void DoCancel();
|
|
|
|
|