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

Side by Side Diff: chrome/browser/ui/views/payments/payment_request_browsertest_base.h

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_
6 #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_ 6 #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_
7 7
8 #include <list> 8 #include <list>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/command_line.h" 13 #include "base/command_line.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/run_loop.h" 15 #include "base/run_loop.h"
16 #include "base/strings/string16.h" 16 #include "base/strings/string16.h"
17 #include "chrome/browser/ui/views/payments/payment_request_dialog_view.h" 17 #include "chrome/browser/ui/views/payments/payment_request_dialog_view.h"
18 #include "chrome/browser/ui/views/payments/test_chrome_payment_request_delegate. h" 18 #include "chrome/browser/ui/views/payments/test_chrome_payment_request_delegate. h"
19 #include "chrome/test/base/in_process_browser_test.h" 19 #include "chrome/test/base/in_process_browser_test.h"
20 #include "components/autofill/core/browser/field_types.h" 20 #include "components/autofill/core/browser/field_types.h"
21 #include "components/autofill/core/browser/personal_data_manager_observer.h" 21 #include "components/autofill/core/browser/personal_data_manager_observer.h"
22 #include "components/payments/content/payment_request.h" 22 #include "components/payments/content/payment_request.h"
23 #include "components/payments/content/payment_request.mojom.h" 23 #include "components/payments/mojom/payment_request.mojom.h"
24 #include "net/test/embedded_test_server/embedded_test_server.h" 24 #include "net/test/embedded_test_server/embedded_test_server.h"
25 #include "testing/gmock/include/gmock/gmock.h" 25 #include "testing/gmock/include/gmock/gmock.h"
26 #include "ui/views/widget/widget_observer.h" 26 #include "ui/views/widget/widget_observer.h"
27 27
28 namespace autofill { 28 namespace autofill {
29 class AutofillProfile; 29 class AutofillProfile;
30 class CreditCard; 30 class CreditCard;
31 } 31 }
32 32
33 namespace content { 33 namespace content {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 // Weak, owned by the PaymentRequest object. 252 // Weak, owned by the PaymentRequest object.
253 TestChromePaymentRequestDelegate* delegate_; 253 TestChromePaymentRequestDelegate* delegate_;
254 bool incognito_for_testing_; 254 bool incognito_for_testing_;
255 255
256 DISALLOW_COPY_AND_ASSIGN(PaymentRequestBrowserTestBase); 256 DISALLOW_COPY_AND_ASSIGN(PaymentRequestBrowserTestBase);
257 }; 257 };
258 258
259 } // namespace payments 259 } // namespace payments
260 260
261 #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_ 261 #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_BROWSERTEST_BASE_H_
OLDNEW
« no previous file with comments | « chrome/browser/payments/payment_request_factory.h ('k') | chrome/browser/ui/views/payments/payment_request_views_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698