| Index: webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| diff --git a/webkit/fileapi/copy_or_move_file_validator_unittest.cc b/webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| index 6aafa88bbafeed362770c7440042f4271f7e00eb..cd99ffd7bd8b990165bf0155d38f7e575ac4f755 100644
|
| --- a/webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| +++ b/webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| @@ -178,6 +178,7 @@ class TestCopyOrMoveFileValidatorFactory
|
| virtual ~TestCopyOrMoveFileValidatorFactory() {}
|
|
|
| virtual CopyOrMoveFileValidator* CreateCopyOrMoveFileValidator(
|
| + const base::FilePath& /*virtual_path*/,
|
| const base::FilePath& /*platform_path*/) {
|
| return new TestCopyOrMoveFileValidator(all_valid_);
|
| }
|
|
|