| Index: webkit/fileapi/local_file_system_operation_unittest.cc
|
| diff --git a/webkit/fileapi/local_file_system_operation_unittest.cc b/webkit/fileapi/local_file_system_operation_unittest.cc
|
| index 63facaadf393dee3222cbd84d99eb596752e14fa..ebe8d27407457f48ff2152bc01fb64e1c0e2a894 100644
|
| --- a/webkit/fileapi/local_file_system_operation_unittest.cc
|
| +++ b/webkit/fileapi/local_file_system_operation_unittest.cc
|
| @@ -546,7 +546,6 @@ TEST_F(LocalFileSystemOperationTest, TestCopyFailureDestParentDoesntExist) {
|
| base::FilePath src_dir_path(CreateUniqueDir());
|
| base::FilePath nonexisting_path = base::FilePath(
|
| FILE_PATH_LITERAL("DontExistDir"));
|
| - file_util::EnsureEndsWithSeparator(&nonexisting_path);
|
| base::FilePath nonexisting_file_path(nonexisting_path.Append(
|
| FILE_PATH_LITERAL("DontExistFile")));
|
|
|
|
|