| Index: webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| diff --git a/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc b/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| index c5b3ef309214e7847e0da2ca1910b14cc081b1f1..f5719ed0848c76820137dffaa181a92d72b6b036 100644
|
| --- a/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| +++ b/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| @@ -333,7 +333,7 @@ TEST_F(SyncableFileOperationRunnerTest, QueueAndCancel) {
|
| }
|
|
|
| // Test if CopyInForeignFile runs cooperatively with other Sync operations
|
| -// when it is called directly via AsLocalFileSystemOperation.
|
| +// when it is called directly via AsFileSystemOperationImpl.
|
| TEST_F(SyncableFileOperationRunnerTest, CopyInForeignFile) {
|
| const std::string kTestData("test data");
|
|
|
|
|