| Index: chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
|
| diff --git a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
|
| index d461a5a86a3f98d67e613af81ba8fb2c1bfb8efe..afb7798d63d3fa6298f7b8b7e8f86e6732fb8a65 100644
|
| --- a/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
|
| +++ b/chrome/test/data/file_manager/unit_tests/file_operation_handler_unittest.js
|
| @@ -35,7 +35,7 @@ function testCopySuccess() {
|
| status: {
|
| operationType: 'COPY',
|
| numRemainingItems: 1,
|
| - processingEntry: {name: 'sample.txt'},
|
| + processingEntryName: 'sample.txt',
|
| totalBytes: 200,
|
| processedBytes: 0
|
| }
|
| @@ -81,7 +81,7 @@ function testCopyCancel() {
|
| status: {
|
| operationType: 'COPY',
|
| numRemainingItems: 1,
|
| - processingEntry: {name: 'sample.txt'},
|
| + processingEntryName: 'sample.txt',
|
| totalBytes: 200,
|
| processedBytes: 0
|
| }
|
|
|