| Index: third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp
|
| index e3984bc1966f9f9dbd6ad34d5c29c47ae1e51588..7c34ada99da9f234f1eb66618bccd24a41bb177c 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponseTest.cpp
|
| @@ -7,13 +7,13 @@
|
| #include <memory>
|
| #include <utility>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "bindings/core/v8/V8BindingForTesting.h"
|
| #include "modules/payments/PaymentAddress.h"
|
| #include "modules/payments/PaymentCompleter.h"
|
| #include "modules/payments/PaymentTestHelper.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|