Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: components/payments/core/currency_formatter_unittest.cc

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/payments/core/currency_formatter.cc ('k') | components/payments/currency_formatter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/payments/core/currency_formatter.cc ('k') | components/payments/currency_formatter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698