| 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 7abc628f17778b8a232a68917e27f693aaa9fec4..6aafa88bbafeed362770c7440042f4271f7e00eb 100644
|
| --- a/webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| +++ b/webkit/fileapi/copy_or_move_file_validator_unittest.cc
|
| @@ -58,8 +58,7 @@ class CopyOrMoveFileValidatorTestHelper {
|
| FileSystemMountPointProvider* mount_point_provider =
|
| file_system_context_->GetMountPointProvider(src_type_);
|
| mount_point_provider->GetFileSystemRootPathOnFileThread(
|
| - SourceURL(""),
|
| - true /* create */);
|
| + SourceURL(std::string()), true /* create */);
|
| }
|
| DCHECK_EQ(kFileSystemTypeNativeMedia, dest_type_);
|
| base::FilePath dest_path = base_dir.Append(FILE_PATH_LITERAL("dest_media"));
|
|
|