| Index: content/browser/navigator_connect/navigator_connect_context_impl.cc
|
| diff --git a/content/browser/navigator_connect/navigator_connect_context_impl.cc b/content/browser/navigator_connect/navigator_connect_context_impl.cc
|
| index f571b9fe5fd2037eadec5bac874d0bad33c7e34d..02459122ce822a21321b1efe4bcf6527501fa89e 100644
|
| --- a/content/browser/navigator_connect/navigator_connect_context_impl.cc
|
| +++ b/content/browser/navigator_connect/navigator_connect_context_impl.cc
|
| @@ -226,7 +226,7 @@ void NavigatorConnectContextImpl::OnConnectResult(
|
| if (!worker->FinishRequest(request_id))
|
| return;
|
|
|
| - if (result != SERVICE_PORT_CONNECT_RESULT_ACCEPT) {
|
| + if (result != ServicePortConnectResult::ACCEPT) {
|
| OnConnectError(callback, client_port_id, service_port_id,
|
| SERVICE_WORKER_ERROR_FAILED);
|
| return;
|
|
|