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

Unified Diff: third_party/WebKit/Source/modules/budget/BudgetService.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/budget/BudgetService.h
diff --git a/third_party/WebKit/Source/modules/budget/BudgetService.h b/third_party/WebKit/Source/modules/budget/BudgetService.h
index 859899df9aa199ae1ac4eeac07e5f7843afab58b..2d16f1f15e16d5505059188250ff9e146b08e268 100644
--- a/third_party/WebKit/Source/modules/budget/BudgetService.h
+++ b/third_party/WebKit/Source/modules/budget/BudgetService.h
@@ -40,7 +40,7 @@ class BudgetService final : public GarbageCollectedFinalized<BudgetService>,
void gotBudget(
ScriptPromiseResolver*,
mojom::blink::BudgetServiceErrorType,
- const mojo::WTFArray<mojom::blink::BudgetStatePtr> expectations) const;
+ const WTF::Vector<mojom::blink::BudgetStatePtr> expectations) const;
void gotReservation(ScriptPromiseResolver*,
mojom::blink::BudgetServiceErrorType,
bool success) const;

Powered by Google App Engine
This is Rietveld 408576698