summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_file_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/simple_file_writer.cc')
-rw-r--r--webkit/tools/test_shell/simple_file_writer.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/simple_file_writer.cc b/webkit/tools/test_shell/simple_file_writer.cc
index e245b63..9304978 100644
--- a/webkit/tools/test_shell/simple_file_writer.cc
+++ b/webkit/tools/test_shell/simple_file_writer.cc
@@ -104,7 +104,9 @@ class SimpleFileWriter::IOThreadProxy
proxy_->DidWrite(bytes, complete);
}
- virtual void DidReadMetadata(const base::PlatformFileInfo&) {
+ virtual void DidReadMetadata(
+ const base::PlatformFileInfo&,
+ const FilePath&) {
NOTREACHED();
}
@@ -114,8 +116,9 @@ class SimpleFileWriter::IOThreadProxy
NOTREACHED();
}
- virtual void DidOpenFileSystem(const std::string& name,
- const FilePath& root_path) {
+ virtual void DidOpenFileSystem(
+ const std::string& name,
+ const FilePath& root_path) {
NOTREACHED();
}