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

Side by Side Diff: content/browser/payments/payment_app_content_unittest_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 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 CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_ 5 #ifndef CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_
6 #define CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_ 6 #define CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "components/payments/content/payment_app.mojom.h" 14 #include "components/payments/mojom/payment_app.mojom.h"
15 #include "content/browser/payments/payment_manager.h" 15 #include "content/browser/payments/payment_manager.h"
16 #include "testing/gtest/include/gtest/gtest.h" 16 #include "testing/gtest/include/gtest/gtest.h"
17 #include "url/gurl.h" 17 #include "url/gurl.h"
18 18
19 namespace content { 19 namespace content {
20 20
21 class BrowserContext; 21 class BrowserContext;
22 class PaymentAppContextImpl; 22 class PaymentAppContextImpl;
23 class StoragePartitionImpl; 23 class StoragePartitionImpl;
24 class TestBrowserThreadBundle; 24 class TestBrowserThreadBundle;
(...skipping 28 matching lines...) Expand all
53 std::unique_ptr<TestBrowserThreadBundle> thread_bundle_; 53 std::unique_ptr<TestBrowserThreadBundle> thread_bundle_;
54 std::unique_ptr<PaymentAppForWorkerTestHelper> worker_helper_; 54 std::unique_ptr<PaymentAppForWorkerTestHelper> worker_helper_;
55 std::vector<payments::mojom::PaymentManagerPtr> payment_managers_; 55 std::vector<payments::mojom::PaymentManagerPtr> payment_managers_;
56 56
57 DISALLOW_COPY_AND_ASSIGN(PaymentAppContentUnitTestBase); 57 DISALLOW_COPY_AND_ASSIGN(PaymentAppContentUnitTestBase);
58 }; 58 };
59 59
60 } // namespace content 60 } // namespace content
61 61
62 #endif // CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_ 62 #endif // CONTENT_BROWSER_PAYMENTS_PAYMENT_APP_CONTENT_UNITTEST_BASE_H_
OLDNEW
« no previous file with comments | « content/browser/payments/payment_app_browsertest.cc ('k') | content/browser/payments/payment_app_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698