Chromium Code Reviews| Index: ipc/ipc_message_start.h |
| diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
| index 3e1e59c4c21911bbbddc7e0c9e4764a9d283bd02..bf80df06912295c9364ae6b4043810935f432e61 100644 |
| --- a/ipc/ipc_message_start.h |
| +++ b/ipc/ipc_message_start.h |
| @@ -85,7 +85,8 @@ enum IPCMessageStart { |
| MemoryBenchmarkMsgStart, |
| WebSocketMsgStart, |
| NaClHostMsgStart, |
| - LastIPCMsgStart // Must come last. |
| + WebRTCIdentityMsgStart, |
| + LastIPCMsgStart // Must come last. |
| }; |
| #endif // IPC_IPC_MESSAGE_START_H_ |