| 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 fc07e3fb3991d7db200726ecbaea90b82262b947..9b1f9b09d2586cba875944be98771a12be812487 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
|
| @@ -40,10 +40,10 @@
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/mojo/MojoHelper.h"
|
| +#include "platform/wtf/HashSet.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| -#include "wtf/HashSet.h"
|
|
|
| using payments::mojom::blink::CanMakePaymentQueryResult;
|
| using payments::mojom::blink::PaymentAddressPtr;
|
|
|