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

Unified Diff: components/payments/content/payments_validators_test.cc

Issue 2713033004: Layered component for web payments (Closed)
Patch Set: Rebase Created 3 years, 10 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/payments_validators.cc ('k') | components/payments/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/payments_validators_test.cc
diff --git a/components/payments/payments_validators_test.cc b/components/payments/content/payments_validators_test.cc
similarity index 99%
rename from components/payments/payments_validators_test.cc
rename to components/payments/content/payments_validators_test.cc
index 16fedd0e8118ddb1df82a7aa6e8ebcee05378c48..8214ce148dcec219caaf6cb058981cf84b4f21b1 100644
--- a/components/payments/payments_validators_test.cc
+++ b/components/payments/content/payments_validators_test.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/payments/payments_validators.h"
+#include "components/payments/content/payments_validators.h"
-#include "testing/gtest/include/gtest/gtest.h"
#include <ostream> // NOLINT
+#include "testing/gtest/include/gtest/gtest.h"
namespace payments {
namespace {
« no previous file with comments | « components/payments/content/payments_validators.cc ('k') | components/payments/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698