| Index: components/payments/content/payments_validators_test.cc
|
| diff --git a/components/payments/payments_validators_test.cc b/components/payments/content/payments_validators_test.cc
|
| similarity index 99%
|
| rename from components/payments/payments_validators_test.cc
|
| rename to components/payments/content/payments_validators_test.cc
|
| index 16fedd0e8118ddb1df82a7aa6e8ebcee05378c48..8214ce148dcec219caaf6cb058981cf84b4f21b1 100644
|
| --- a/components/payments/payments_validators_test.cc
|
| +++ b/components/payments/content/payments_validators_test.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/payments/payments_validators.h"
|
| +#include "components/payments/content/payments_validators.h"
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include <ostream> // NOLINT
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace payments {
|
| namespace {
|
|
|