Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1299)

Unified Diff: third_party/WebKit/Source/modules/background_sync/SyncManager.h

Issue 2522553003: Mojo C++ bindings: switch WebKit mojom targets to use STL/WTF types. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698