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

Unified Diff: components/payments/content/utility/fingerprint_parser_unittest.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_unittest.cc
diff --git a/components/payments/content/android/utility/fingerprint_parser_unittest.cc b/components/payments/content/utility/fingerprint_parser_unittest.cc
similarity index 98%
rename from components/payments/content/android/utility/fingerprint_parser_unittest.cc
rename to components/payments/content/utility/fingerprint_parser_unittest.cc
index 11d3e2aef8ea774a3548ff02f2af926200cc3552..2c79635466d7bc23fd6f19b558cc216927e638ac 100644
--- a/components/payments/content/android/utility/fingerprint_parser_unittest.cc
+++ b/components/payments/content/utility/fingerprint_parser_unittest.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 "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698