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

Unified Diff: components/payments/content/payment_manifest_downloader.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/payment_manifest_downloader.cc
diff --git a/components/payments/content/android/payment_manifest_downloader.cc b/components/payments/content/payment_manifest_downloader.cc
similarity index 97%
rename from components/payments/content/android/payment_manifest_downloader.cc
rename to components/payments/content/payment_manifest_downloader.cc
index 052f32e8f90853c7d99bfe363915888e83aed347..799769f533683969b352502e065a782265274523 100644
--- a/components/payments/content/android/payment_manifest_downloader.cc
+++ b/components/payments/content/payment_manifest_downloader.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/payment_manifest_downloader.h"
+#include "components/payments/content/payment_manifest_downloader.h"
#include <algorithm>
#include <unordered_map>

Powered by Google App Engine
This is Rietveld 408576698