| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
 | 
| index 53dea7a1dd1f7c63b960d7cc560414349432d1e5..6936de9fac1e5a6508af5e0c2d6b70f405e8ed46 100644
 | 
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "modules/payments/PaymentRequest.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +#include <utility>
 | 
|  #include "bindings/core/v8/ConditionalFeatures.h"
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "bindings/core/v8/ScriptPromiseResolver.h"
 | 
| @@ -41,8 +43,6 @@
 | 
|  #include "public/platform/Platform.h"
 | 
|  #include "public/platform/WebTraceLocation.h"
 | 
|  #include "wtf/HashSet.h"
 | 
| -#include <stddef.h>
 | 
| -#include <utility>
 | 
|  
 | 
|  using payments::mojom::blink::CanMakePaymentQueryResult;
 | 
|  using payments::mojom::blink::PaymentAddressPtr;
 | 
| 
 |