| Index: third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp
|
| index e8c707dd9aeee9d098ada7fe527a306343943c6d..6f6c3870869b44e548a0f5ac3837f4e32738e446 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp
|
| @@ -7,12 +7,12 @@
|
| #include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "core/EventTypeNames.h"
|
| #include "modules/payments/PaymentRequest.h"
|
| #include "modules/payments/PaymentTestHelper.h"
|
| #include "modules/payments/PaymentUpdater.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|