| Index: content/renderer/background_sync/background_sync_client_impl.h
|
| diff --git a/content/renderer/background_sync/background_sync_client_impl.h b/content/renderer/background_sync/background_sync_client_impl.h
|
| index be6e19032dd1ba8f1e522925192d9d65a3cc333e..3db44a022e66d9646e82fd0a5866e2a1c7dec2a7 100644
|
| --- a/content/renderer/background_sync/background_sync_client_impl.h
|
| +++ b/content/renderer/background_sync/background_sync_client_impl.h
|
| @@ -27,7 +27,7 @@ class CONTENT_EXPORT BackgroundSyncClientImpl
|
| BackgroundSyncClientImpl();
|
|
|
| // BackgroundSyncServiceClient methods:
|
| - void Sync(const mojo::String& tag,
|
| + void Sync(const std::string& tag,
|
| blink::mojom::BackgroundSyncEventLastChance last_chance,
|
| const SyncCallback& callback) override;
|
|
|
|
|