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

Unified Diff: components/payments/content/utility/fingerprint_parser.h

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
« no previous file with comments | « components/payments/content/utility/DEPS ('k') | components/payments/content/utility/fingerprint_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/utility/fingerprint_parser.h
diff --git a/components/payments/content/android/utility/fingerprint_parser.h b/components/payments/content/utility/fingerprint_parser.h
similarity index 69%
rename from components/payments/content/android/utility/fingerprint_parser.h
rename to components/payments/content/utility/fingerprint_parser.h
index a6f9ac732146b48a37f289423bf57c53e77043cb..c4115ffd0fc11a247784cdb4f448ab90b5d84dc2 100644
--- a/components/payments/content/android/utility/fingerprint_parser.h
+++ b/components/payments/content/utility/fingerprint_parser.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PAYMENTS_CONTENT_ANDROID_UTILITY_FINGERPRINT_PARSER_H_
-#define COMPONENTS_PAYMENTS_CONTENT_ANDROID_UTILITY_FINGERPRINT_PARSER_H_
+#ifndef COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
+#define COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
#include <stddef.h>
@@ -18,4 +18,4 @@ std::vector<uint8_t> FingerprintStringToByteArray(const std::string& input);
} // namespace payments
-#endif // COMPONENTS_PAYMENTS_CONTENT_ANDROID_UTILITY_FINGERPRINT_PARSER_H_
+#endif // COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
« no previous file with comments | « components/payments/content/utility/DEPS ('k') | components/payments/content/utility/fingerprint_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698