Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
index 8db1821a9c5586c4ee3e73bc7be58a415bb14c30..7a41f8ad0ab8d62f3d0f2d69330abf77845ecba8 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
+++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc |
@@ -240,6 +240,7 @@ TEST_F(SyncableFileOperationRunnerTest, CopyAndMove) { |
ResetCallbackStatus(); |
file_system_.operation_runner()->Copy( |
URL(kDir), URL("dest-copy"), |
+ fileapi::FileSystemOperationRunner::CopyProgressCallback(), |
ExpectStatus(FROM_HERE, base::PLATFORM_FILE_OK)); |
file_system_.operation_runner()->Move( |
URL(kDir), URL("dest-move"), |
@@ -260,6 +261,7 @@ TEST_F(SyncableFileOperationRunnerTest, CopyAndMove) { |
ResetCallbackStatus(); |
file_system_.operation_runner()->Copy( |
URL(kDir), URL("dest-copy2"), |
+ fileapi::FileSystemOperationRunner::CopyProgressCallback(), |
ExpectStatus(FROM_HERE, base::PLATFORM_FILE_OK)); |
base::MessageLoop::current()->RunUntilIdle(); |
EXPECT_EQ(0, callback_count_); |