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

Unified Diff: components/payments/payments_validators_test.cc

Issue 2489943003: Revert of [Web Payments] Mojom namespace blink -> payments (Closed)
Patch Set: Created 4 years, 1 month 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/payments_validators.cc ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/payments_validators_test.cc
diff --git a/components/payments/payments_validators_test.cc b/components/payments/payments_validators_test.cc
index 16fedd0e8118ddb1df82a7aa6e8ebcee05378c48..bf7fcc5a8dc66c044d80616d5ec06b227f96fb13 100644
--- a/components/payments/payments_validators_test.cc
+++ b/components/payments/payments_validators_test.cc
@@ -7,7 +7,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include <ostream> // NOLINT
-namespace payments {
+namespace blink {
namespace {
struct CurrencyCodeTestCase {
@@ -244,8 +244,7 @@
: public testing::TestWithParam<ShippingAddressTestCase> {};
TEST_P(PaymentsShippingAddressValidatorTest, IsValidShippingAddress) {
- payments::mojom::PaymentAddressPtr address =
- payments::mojom::PaymentAddress::New();
+ blink::mojom::PaymentAddressPtr address = blink::mojom::PaymentAddress::New();
address->country = GetParam().countryCode;
address->language_code = GetParam().languageCode;
address->script_code = GetParam().scriptCode;
@@ -277,4 +276,4 @@
ShippingAddressTestCase("US", "", "Latn", false)));
} // namespace
-} // namespace payments
+} // namespace blink
« no previous file with comments | « components/payments/payments_validators.cc ('k') | content/public/app/mojo/content_browser_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698