| Index: sync/api/sync_data_unittest.cc
|
| diff --git a/sync/api/sync_data_unittest.cc b/sync/api/sync_data_unittest.cc
|
| index a0a83cdb302896a646fb1130b96f1c690c2bbcb6..94c3f4c231f05208c13b153a02a23b572972c5a5 100644
|
| --- a/sync/api/sync_data_unittest.cc
|
| +++ b/sync/api/sync_data_unittest.cc
|
| @@ -117,8 +117,8 @@ TEST_F(SyncDataTest, CreateRemoteData) {
|
| EXPECT_TRUE(data.GetAttachmentIds().empty());
|
| }
|
|
|
| -// TODO(maniscalco): Add test cases that verify GetLocalAttachmentsForUpload and
|
| -// DropAttachments calls are passed through to the underlying AttachmentService.
|
| +// TODO(maniscalco): Add test cases that verify GetLocalAttachmentsForUpload
|
| +// calls are passed through to the underlying AttachmentService.
|
|
|
| } // namespace
|
|
|
|
|