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 e249b7ce56c883cf2229e253f7a0b03a75f78d9a..bf3d760b9e8ffe8d85dffc05b6b6f0b7d8ed9a64 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" |
@@ -368,7 +369,8 @@ ACTION(MakeGenericChangeProcessor) { |
arg1, |
arg2, |
arg3, |
- user_share); |
+ user_share, |
+ syncer::FakeAttachmentService::CreateForTest()); |
} |
ACTION(MakeSharedChangeProcessor) { |