| Index: sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
 | 
| diff --git a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
 | 
| index 762da4498792cfa15ac9c584b21687e86155beb8..1436a497eb12bd83bd2908e17c352b9cf938e4b7 100644
 | 
| --- a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
 | 
| +++ b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
 | 
| @@ -50,7 +50,7 @@
 | 
|  };
 | 
|  
 | 
|  TEST_F(FakeAttachmentDownloaderTest, DownloadAttachment) {
 | 
| -  AttachmentId attachment_id = AttachmentId::Create(0, 0);
 | 
| +  AttachmentId attachment_id = AttachmentId::Create();
 | 
|    downloader()->DownloadAttachment(attachment_id, download_callback());
 | 
|    RunMessageLoop();
 | 
|    EXPECT_EQ(1U, download_results().size());
 | 
| 
 |