| Index: sandbox/win/src/sharedmem_ipc_server.cc
|
| diff --git a/sandbox/win/src/sharedmem_ipc_server.cc b/sandbox/win/src/sharedmem_ipc_server.cc
|
| index 3b5fe6c2d3a6700cec8c8d98aa51a9b84ba1db85..c9bd8fae69e4e02bcd310f27323cca4c4f8e33ff 100644
|
| --- a/sandbox/win/src/sharedmem_ipc_server.cc
|
| +++ b/sandbox/win/src/sharedmem_ipc_server.cc
|
| @@ -230,7 +230,7 @@ bool SharedMemIPCServer::InvokeCallback(const ServerControl* service_context,
|
| return false;
|
|
|
| uint32 tag = params->GetTag();
|
| - COMPILE_ASSERT(0 == INVALID_TYPE, Incorrect_type_enum);
|
| + static_assert(0 == INVALID_TYPE, "incorrect type enum");
|
| IPCParams ipc_params = {0};
|
| ipc_params.ipc_tag = tag;
|
|
|
|
|