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

Side by Side Diff: components/payments/content/payment_request_state.h

Issue 2816303003: Revert of [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: 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 COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_ 5 #ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_
6 #define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_ 6 #define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "components/payments/content/payment_request.mojom.h"
13 #include "components/payments/content/payment_response_helper.h" 14 #include "components/payments/content/payment_response_helper.h"
14 #include "components/payments/mojom/payment_request.mojom.h"
15 15
16 namespace autofill { 16 namespace autofill {
17 class AutofillProfile; 17 class AutofillProfile;
18 class PersonalDataManager; 18 class PersonalDataManager;
19 } // namespace autofill 19 } // namespace autofill
20 20
21 namespace payments { 21 namespace payments {
22 22
23 class PaymentInstrument; 23 class PaymentInstrument;
24 class PaymentRequestDelegate; 24 class PaymentRequestDelegate;
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 std::unique_ptr<PaymentResponseHelper> response_helper_; 175 std::unique_ptr<PaymentResponseHelper> response_helper_;
176 176
177 base::ObserverList<Observer> observers_; 177 base::ObserverList<Observer> observers_;
178 178
179 DISALLOW_COPY_AND_ASSIGN(PaymentRequestState); 179 DISALLOW_COPY_AND_ASSIGN(PaymentRequestState);
180 }; 180 };
181 181
182 } // namespace payments 182 } // namespace payments
183 183
184 #endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_ 184 #endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_STATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698