Index: webkit/tools/test_shell/simple_file_writer.cc |
=================================================================== |
--- webkit/tools/test_shell/simple_file_writer.cc (revision 79607) |
+++ webkit/tools/test_shell/simple_file_writer.cc (working copy) |
@@ -104,7 +104,9 @@ |
proxy_->DidWrite(bytes, complete); |
} |
- virtual void DidReadMetadata(const base::PlatformFileInfo&) { |
+ virtual void DidReadMetadata( |
+ const base::PlatformFileInfo&, |
+ const FilePath&) { |
NOTREACHED(); |
} |
@@ -114,8 +116,9 @@ |
NOTREACHED(); |
} |
- virtual void DidOpenFileSystem(const std::string& name, |
- const FilePath& root_path) { |
+ virtual void DidOpenFileSystem( |
+ const std::string& name, |
+ const FilePath& root_path) { |
NOTREACHED(); |
} |