| Index: components/nacl/common/nacl_types_param_traits.h
|
| diff --git a/components/nacl/common/nacl_types_param_traits.h b/components/nacl/common/nacl_types_param_traits.h
|
| index 7c22e01f3be8ea7eaf3d8ba3fde2d1bc05b941bc..6d69eda21d3781c241481e072022ba48d7698809 100644
|
| --- a/components/nacl/common/nacl_types_param_traits.h
|
| +++ b/components/nacl/common/nacl_types_param_traits.h
|
| @@ -10,11 +10,8 @@
|
|
|
| #include "components/nacl/common/nacl_types.h"
|
| #include "ipc/ipc_message_macros.h"
|
| -#include "native_client/src/trusted/service_runtime/nacl_error_code.h"
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(nacl::NaClAppProcessType,
|
| nacl::kNumNaClProcessTypes - 1)
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(NaClErrorCode, NACL_ERROR_CODE_MAX)
|
| -
|
| #endif // COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_
|
|
|