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

Unified Diff: components/payments/content/utility/fingerprint_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/fingerprint_parser.cc
diff --git a/components/payments/content/android/utility/fingerprint_parser.cc b/components/payments/content/utility/fingerprint_parser.cc
similarity index 94%
rename from components/payments/content/android/utility/fingerprint_parser.cc
rename to components/payments/content/utility/fingerprint_parser.cc
index 1dff204e622c1b44c90bf4380e9b3186d1e74173..594d58908b67a635ff9e23d40640fff9c93364ea 100644
--- a/components/payments/content/android/utility/fingerprint_parser.cc
+++ b/components/payments/content/utility/fingerprint_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/fingerprint_parser.h"
+#include "components/payments/content/utility/fingerprint_parser.h"
#include "base/logging.h"
#include "base/numerics/safe_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698