| Index: components/payments/core/currency_formatter_unittest.cc
|
| diff --git a/components/payments/currency_formatter_unittest.cc b/components/payments/core/currency_formatter_unittest.cc
|
| similarity index 98%
|
| rename from components/payments/currency_formatter_unittest.cc
|
| rename to components/payments/core/currency_formatter_unittest.cc
|
| index 35788e77ae3fb77fe1a8bae6e909a4a4992f1a72..e55a2fe29a51957700915ad99bab2cc2a1e34b6c 100644
|
| --- a/components/payments/currency_formatter_unittest.cc
|
| +++ b/components/payments/core/currency_formatter_unittest.cc
|
| @@ -2,10 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/payments/currency_formatter.h"
|
| +#include "components/payments/core/currency_formatter.h"
|
|
|
| -#include "base/optional.h"
|
| -#include "base/strings/string16.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|