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

Unified Diff: components/payments/core/currency_formatter.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
Index: components/payments/core/currency_formatter.cc
diff --git a/components/payments/currency_formatter.cc b/components/payments/core/currency_formatter.cc
similarity index 97%
rename from components/payments/currency_formatter.cc
rename to components/payments/core/currency_formatter.cc
index 1dc2c10dee379a98d66e154507bdb3e85b47c00a..4eb4f74ea0659259d6013b37f80ba6ed01fbbb04 100644
--- a/components/payments/currency_formatter.cc
+++ b/components/payments/core/currency_formatter.cc
@@ -2,16 +2,14 @@
// 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 <memory>
+#include "components/payments/core/currency_formatter.h"
+#include "base/logging.h"
#include "base/numerics/safe_conversions.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "third_party/icu/source/common/unicode/stringpiece.h"
#include "third_party/icu/source/common/unicode/uchar.h"
-#include "third_party/icu/source/common/unicode/unistr.h"
#include "third_party/icu/source/common/unicode/utypes.h"
namespace payments {
« no previous file with comments | « components/payments/core/currency_formatter.h ('k') | components/payments/core/currency_formatter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698