Chromium Code Reviews| Index: tools/android/forwarder2/command.h |
| diff --git a/tools/android/forwarder2/command.h b/tools/android/forwarder2/command.h |
| index dfbd7e08707d30843b6687c807a8ba2966a66305..8e222ef7bb96502ad97d705bdc09a9eb6a5e38de 100644 |
| --- a/tools/android/forwarder2/command.h |
| +++ b/tools/android/forwarder2/command.h |
| @@ -26,9 +26,9 @@ enum Type { |
| HOST_SERVER_SUCCESS, |
| KILL_ALL_LISTENERS, |
| LISTEN, |
| - UNMAP_PORT, |
| - UNMAP_PORT_ERROR, |
| - UNMAP_PORT_SUCCESS, |
| + UNLISTEN, |
| + UNLISTEN_ERROR, |
| + UNLISTEN_SUCCESS, |
| }; |
| } // namespace command |