commit | 306445eb3243c9186674568b488f0cebdd374918 | [log] [tgz] |
---|---|---|
author | Mark Pilgrim <[email protected]> | Wed Jul 11 13:38:54 2018 |
committer | Commit Bot <[email protected]> | Wed Jul 11 13:38:54 2018 |
tree | ed3fd81ac681b68c23d3ddcf6d5c41b914b97292 | |
parent | 80816b51ed94d0d833543d3453226610518c94b7 [diff] [blame] |
Migrate ProfileSyncServiceAutofillTest to BindOnce/BindRepeating Bug: 714018 Change-Id: I5f237f6be4311ebd36262354aef1256cd06d44eb Reviewed-on: https://chromium-review.googlesource.com/1131995 Reviewed-by: Mikel Astiz <[email protected]> Commit-Queue: Mark Pilgrim <[email protected]> Cr-Commit-Position: refs/heads/master@{#574141}
diff --git a/components/browser_sync/profile_sync_test_util.cc b/components/browser_sync/profile_sync_test_util.cc index a84594f6..f01e508 100644 --- a/components/browser_sync/profile_sync_test_util.cc +++ b/components/browser_sync/profile_sync_test_util.cc
@@ -201,7 +201,7 @@ // The client will call this callback to produce the service. void ProfileSyncServiceBundle::SyncClientBuilder::SetSyncableServiceCallback( - const base::Callback<base::WeakPtr<syncer::SyncableService>( + const base::RepeatingCallback<base::WeakPtr<syncer::SyncableService>( syncer::ModelType type)>& get_syncable_service_callback) { get_syncable_service_callback_ = get_syncable_service_callback; }