| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| index 1e3967e0c35fe8c7f9d6db1d1b97b6db92c9b1b6..790b658f03f54ed7c37c9067bae74a1fd886bd98 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/V8ObjectBuilder.h"
|
| #include "modules/payments/PaymentAddress.h"
|
| #include "modules/payments/PaymentCompleter.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|