summaryrefslogtreecommitdiff
path: root/chromium/components/payments/android
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/payments/android')
-rw-r--r--chromium/components/payments/android/payment_manifest_web_data_service.cc4
-rw-r--r--chromium/components/payments/android/payment_manifest_web_data_service.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/chromium/components/payments/android/payment_manifest_web_data_service.cc b/chromium/components/payments/android/payment_manifest_web_data_service.cc
index b217c3d0e33..7b08631818e 100644
--- a/chromium/components/payments/android/payment_manifest_web_data_service.cc
+++ b/chromium/components/payments/android/payment_manifest_web_data_service.cc
@@ -12,8 +12,8 @@ namespace payments {
PaymentManifestWebDataService::PaymentManifestWebDataService(
scoped_refptr<WebDatabaseService> wdbs,
const ProfileErrorCallback& callback,
- const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread)
- : WebDataServiceBase(wdbs, callback, ui_thread) {}
+ const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner)
+ : WebDataServiceBase(wdbs, callback, ui_task_runner) {}
PaymentManifestWebDataService::~PaymentManifestWebDataService() {}
diff --git a/chromium/components/payments/android/payment_manifest_web_data_service.h b/chromium/components/payments/android/payment_manifest_web_data_service.h
index 525172722f1..5e33db9dcb9 100644
--- a/chromium/components/payments/android/payment_manifest_web_data_service.h
+++ b/chromium/components/payments/android/payment_manifest_web_data_service.h
@@ -22,7 +22,7 @@ class PaymentManifestWebDataService : public WebDataServiceBase {
PaymentManifestWebDataService(
scoped_refptr<WebDatabaseService> wdbs,
const ProfileErrorCallback& callback,
- const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread);
+ const scoped_refptr<base::SingleThreadTaskRunner>& ui_task_runner);
// Adds the web app |manifest|.
void AddPaymentWebAppManifest(