| Index: third_party/WebKit/Source/modules/background_sync/SyncManager.h
|
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncManager.h b/third_party/WebKit/Source/modules/background_sync/SyncManager.h
|
| index accbe2d235ee577b7e740cefd33da37fcdc51803..38aca04afb21c313391b4fbe2d69ecc634ae86cd 100644
|
| --- a/third_party/WebKit/Source/modules/background_sync/SyncManager.h
|
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncManager.h
|
| @@ -49,7 +49,7 @@ class SyncManager final : public GarbageCollectedFinalized<SyncManager>,
|
| static void getRegistrationsCallback(
|
| ScriptPromiseResolver*,
|
| mojom::blink::BackgroundSyncError,
|
| - mojo::WTFArray<mojom::blink::SyncRegistrationPtr> registrations);
|
| + WTF::Vector<mojom::blink::SyncRegistrationPtr> registrations);
|
|
|
| Member<ServiceWorkerRegistration> m_registration;
|
| mojom::blink::BackgroundSyncServicePtr m_backgroundSyncService;
|
|
|