| Index: third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp b/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| index d03ef9f91b7cbd96600971c2c6fdff0f836352df..9173013539f6da0ee673b4afe2043b5cbb221f1d 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentsValidatorsTest.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "modules/payments/PaymentsValidators.h"
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <ostream> // NOLINT
|
| +#include "platform/wtf/text/WTFString.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
| namespace {
|
|
|