| 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;
|
|
|