| Index: content/renderer/background_sync/background_sync_client_impl.cc
|
| diff --git a/content/renderer/background_sync/background_sync_client_impl.cc b/content/renderer/background_sync/background_sync_client_impl.cc
|
| index 1cd036bf14118c88d739a5ebe931c3425953d708..254e5c223298ac7376579fbceac694929bfdb75a 100644
|
| --- a/content/renderer/background_sync/background_sync_client_impl.cc
|
| +++ b/content/renderer/background_sync/background_sync_client_impl.cc
|
| @@ -28,7 +28,7 @@ BackgroundSyncClientImpl::~BackgroundSyncClientImpl() {}
|
| BackgroundSyncClientImpl::BackgroundSyncClientImpl() {}
|
|
|
| void BackgroundSyncClientImpl::Sync(
|
| - const mojo::String& tag,
|
| + const std::string& tag,
|
| blink::mojom::BackgroundSyncEventLastChance last_chance,
|
| const SyncCallback& callback) {
|
| DCHECK(!blink::Platform::current()->mainThread()->isCurrentThread());
|
|
|