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

Unified Diff: chrome/browser/ui/views/payments/view_stack.cc

Issue 2709093006: Adding new shipping address editor view to payment flow. (Closed)
Patch Set: Bot failure fix 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: chrome/browser/ui/views/payments/view_stack.cc
diff --git a/chrome/browser/ui/views/payments/view_stack.cc b/chrome/browser/ui/views/payments/view_stack.cc
index a8ec9e33c8490aec10a9db4cd4bacdadbd4f1be6..6a8ab76658f41264752d18da175506040c796356 100644
--- a/chrome/browser/ui/views/payments/view_stack.cc
+++ b/chrome/browser/ui/views/payments/view_stack.cc
@@ -4,6 +4,9 @@
#include "chrome/browser/ui/views/payments/view_stack.h"
+#include <memory>
+#include <utility>
+
#include "base/memory/ptr_util.h"
#include "ui/views/layout/fill_layout.h"

Powered by Google App Engine
This is Rietveld 408576698