| Index: components/sync_driver/generic_change_processor_unittest.cc
|
| diff --git a/components/sync_driver/generic_change_processor_unittest.cc b/components/sync_driver/generic_change_processor_unittest.cc
|
| index c5259189a87219f1306b31100d3a1aac8ebc00ae..653251be4758c2ba2b6ed593135c612495963e76 100644
|
| --- a/components/sync_driver/generic_change_processor_unittest.cc
|
| +++ b/components/sync_driver/generic_change_processor_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "sync/api/fake_syncable_service.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/sync_merge_result.h"
|
| +#include "sync/internal_api/public/attachments/fake_attachment_downloader.h"
|
| #include "sync/internal_api/public/attachments/fake_attachment_store.h"
|
| #include "sync/internal_api/public/attachments/fake_attachment_uploader.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| @@ -51,6 +52,8 @@ MockAttachmentService::MockAttachmentService()
|
| base::MessageLoopProxy::current())),
|
| scoped_ptr<syncer::AttachmentUploader>(
|
| new syncer::FakeAttachmentUploader),
|
| + scoped_ptr<syncer::AttachmentDownloader>(
|
| + new syncer::FakeAttachmentDownloader),
|
| NULL) {
|
| }
|
|
|
|
|