summaryrefslogtreecommitdiff
path: root/chromium/components/payments/android/payment_manifest_web_data_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/payments/android/payment_manifest_web_data_service.cc')
-rw-r--r--chromium/components/payments/android/payment_manifest_web_data_service.cc4
1 files changed, 2 insertions, 2 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() {}