| Index: content/child/navigator_connect/service_port_provider.cc
|
| diff --git a/content/child/navigator_connect/service_port_provider.cc b/content/child/navigator_connect/service_port_provider.cc
|
| index 79bf8a5897bec357778b9865fa319aa1424f26f7..5082665ed529759f715ccd55b95b9cb54140b834 100644
|
| --- a/content/child/navigator_connect/service_port_provider.cc
|
| +++ b/content/child/navigator_connect/service_port_provider.cc
|
| @@ -109,7 +109,7 @@ void ServicePortProvider::OnConnectResult(
|
| scoped_ptr<blink::WebServicePortConnectCallbacks> callbacks,
|
| ServicePortConnectResult result,
|
| int32_t port_id) {
|
| - if (result == SERVICE_PORT_CONNECT_RESULT_ACCEPT) {
|
| + if (result == ServicePortConnectResult::ACCEPT) {
|
| callbacks->onSuccess(port_id);
|
| } else {
|
| callbacks->onError();
|
|
|