Index: sandbox/win/src/policy_low_level.h |
diff --git a/sandbox/win/src/policy_low_level.h b/sandbox/win/src/policy_low_level.h |
index 6b733acac73f9c62fc442c48d4da0dc3b69bcdbd..7abc0ef3827558c481e1a4cf1e16dc67b0917578 100644 |
--- a/sandbox/win/src/policy_low_level.h |
+++ b/sandbox/win/src/policy_low_level.h |
@@ -41,7 +41,8 @@ namespace sandbox { |
// TODO(cpu): Move this constant to crosscall_client.h. |
const size_t kMaxServiceCount = 32; |
-COMPILE_ASSERT(IPC_LAST_TAG <= kMaxServiceCount, kMaxServiceCount_is_too_low); |
+static_assert(IPC_LAST_TAG <= kMaxServiceCount, |
+ "kMaxServiceCount is too low"); |
// Defines the memory layout of the policy. This memory is filled by |
// LowLevelPolicy object. |