Index: ipc/file_descriptor_set_posix.h |
=================================================================== |
--- ipc/file_descriptor_set_posix.h (revision 97489) |
+++ ipc/file_descriptor_set_posix.h (working copy) |
@@ -31,7 +31,7 @@ |
// |
// In debugging mode, it's a fatal error to try and add more than this number |
// of descriptors to a FileDescriptorSet. |
- enum { |
+ enum Constants { |
MAX_DESCRIPTORS_PER_MESSAGE = 5, |
}; |