| Index: content/browser/background_sync/background_sync_context.cc
|
| diff --git a/content/browser/background_sync/background_sync_context.cc b/content/browser/background_sync/background_sync_context.cc
|
| index c1b920fbe717f5636216e4006aa2fa857bfb3839..fcd80be6da31fccb0442a2e687aafaf22199f22b 100644
|
| --- a/content/browser/background_sync/background_sync_context.cc
|
| +++ b/content/browser/background_sync/background_sync_context.cc
|
| @@ -44,7 +44,8 @@ void BackgroundSyncContext::Shutdown() {
|
| }
|
|
|
| void BackgroundSyncContext::CreateService(
|
| - mojo::InterfaceRequest<blink::mojom::BackgroundSyncService> request) {
|
| + const service_manager::BindSourceInfo& source_info,
|
| + blink::mojom::BackgroundSyncServiceRequest request) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|
| BrowserThread::PostTask(
|
|
|