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