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

Unified Diff: content/browser/background_sync/background_sync_service_impl_unittest.cc

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: content/browser/background_sync/background_sync_service_impl_unittest.cc
diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc
index a6874d68c6f7cd7135bdfe03e92e3ce8693c7309..457d8ab4b4322aa4a6010069439f3a3efe9575b5 100644
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc
@@ -74,7 +74,7 @@ void ErrorAndRegistrationListCallback(
blink::mojom::BackgroundSyncError* out_error,
unsigned long* out_array_size,
blink::mojom::BackgroundSyncError error,
- mojo::Array<blink::mojom::SyncRegistrationPtr> registrations) {
+ std::vector<blink::mojom::SyncRegistrationPtr> registrations) {
*called = true;
*out_error = error;
if (error == blink::mojom::BackgroundSyncError::NONE)

Powered by Google App Engine
This is Rietveld 408576698