| 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 604f91ddbbed33df5d3dc33aacee6afb66ba3b74..d170b7c1e299e0c87320026346fc4cbd8837dcab 100644
|
| --- a/webkit/fileapi/local_file_system_operation_unittest.cc
|
| +++ b/webkit/fileapi/local_file_system_operation_unittest.cc
|
| @@ -1046,9 +1046,6 @@ TEST_F(LocalFileSystemOperationTest, TestRemoveSuccess) {
|
| EXPECT_EQ(base::PLATFORM_FILE_OK, status());
|
| EXPECT_FALSE(DirectoryExists(parent_dir_path));
|
|
|
| - // Remove is not a 'read' access.
|
| - EXPECT_EQ(0, quota_manager_proxy()->notify_storage_accessed_count());
|
| -
|
| EXPECT_EQ(2, change_observer()->get_and_reset_remove_directory_count());
|
| EXPECT_EQ(1, change_observer()->get_and_reset_remove_file_count());
|
| EXPECT_TRUE(change_observer()->HasNoChange());
|
|
|