Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index 03462a6efa747ecdb00ce7682b2d170f95c09c89..f75a5001093f91ec5b1f7253f47868f6a16330e4 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -51,6 +51,7 @@ |
#include "components/webdata/common/web_database.h" |
#include "content/public/test/test_browser_thread.h" |
#include "google_apis/gaia/gaia_constants.h" |
+#include "sync/api/attachments/fake_attachment_service.h" |
#include "sync/internal_api/public/base/model_type.h" |
#include "sync/internal_api/public/data_type_debug_info_listener.h" |
#include "sync/internal_api/public/read_node.h" |
@@ -369,7 +370,8 @@ ACTION(MakeGenericChangeProcessor) { |
arg1, |
arg2, |
arg3, |
- user_share); |
+ user_share, |
+ syncer::FakeAttachmentService::CreateForTest()); |
} |
ACTION(MakeSharedChangeProcessor) { |