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

Side by Side Diff: third_party/WebKit/Source/modules/payments/PaymentTestHelper.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 PaymentTestHelper_h 5 #ifndef PaymentTestHelper_h
6 #define PaymentTestHelper_h 6 #define PaymentTestHelper_h
7 7
8 #include "bindings/core/v8/ScriptFunction.h" 8 #include "bindings/core/v8/ScriptFunction.h"
9 #include "bindings/core/v8/V8DOMException.h" 9 #include "bindings/core/v8/V8DOMException.h"
10 #include "components/payments/content/payment_request.mojom-blink.h" 10 #include "components/payments/mojom/payment_request.mojom-blink.h"
11 #include "modules/payments/PaymentDetailsInit.h" 11 #include "modules/payments/PaymentDetailsInit.h"
12 #include "modules/payments/PaymentDetailsUpdate.h" 12 #include "modules/payments/PaymentDetailsUpdate.h"
13 #include "modules/payments/PaymentItem.h" 13 #include "modules/payments/PaymentItem.h"
14 #include "modules/payments/PaymentShippingOption.h" 14 #include "modules/payments/PaymentShippingOption.h"
15 #include "platform/heap/HeapAllocator.h" 15 #include "platform/heap/HeapAllocator.h"
16 #include "platform/heap/Persistent.h" 16 #include "platform/heap/Persistent.h"
17 #include "platform/wtf/Allocator.h" 17 #include "platform/wtf/Allocator.h"
18 #include "platform/wtf/Vector.h" 18 #include "platform/wtf/Vector.h"
19 #include "platform/wtf/text/WTFString.h" 19 #include "platform/wtf/text/WTFString.h"
20 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gmock/include/gmock/gmock.h"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 String* value_; 109 String* value_;
110 }; 110 };
111 111
112 ScriptState* script_state_; 112 ScriptState* script_state_;
113 Vector<Persistent<MockFunction>> mock_functions_; 113 Vector<Persistent<MockFunction>> mock_functions_;
114 }; 114 };
115 115
116 } // namespace blink 116 } // namespace blink
117 117
118 #endif // PaymentTestHelper_h 118 #endif // PaymentTestHelper_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698