Chromium Code Reviews| Index: webkit/tools/test_shell/simple_file_system.cc |
| =================================================================== |
| --- webkit/tools/test_shell/simple_file_system.cc (revision 61462) |
| +++ webkit/tools/test_shell/simple_file_system.cc (working copy) |
| @@ -92,7 +92,7 @@ |
| file_system_->RemoveCompletedOperation(request_id_); |
| } |
| - virtual void DidWrite(int64, bool) { |
| + virtual void DidWrite(int64, bool, fileapi::FileSystemOperation*) { |
| NOTREACHED(); |
| } |