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

Unified Diff: components/payments/content/utility/payment_manifest_parser.cc

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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/content/utility/payment_manifest_parser.cc
diff --git a/components/payments/content/android/utility/payment_manifest_parser.cc b/components/payments/content/utility/payment_manifest_parser.cc
similarity index 96%
rename from components/payments/content/android/utility/payment_manifest_parser.cc
rename to components/payments/content/utility/payment_manifest_parser.cc
index 8b2158bd34f008e0b23d2cde0b29189e1ad71516..c3094e5e210ad37621fd0ba06dd8d25b662f0c95 100644
--- a/components/payments/content/android/utility/payment_manifest_parser.cc
+++ b/components/payments/content/utility/payment_manifest_parser.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/payments/content/android/utility/payment_manifest_parser.h"
+#include "components/payments/content/utility/payment_manifest_parser.h"
#include <stddef.h>
@@ -13,7 +13,7 @@
#include "base/memory/ptr_util.h"
#include "base/strings/string_util.h"
#include "base/values.h"
-#include "components/payments/content/android/utility/fingerprint_parser.h"
+#include "components/payments/content/utility/fingerprint_parser.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
namespace payments {

Powered by Google App Engine
This is Rietveld 408576698