| Index: util/mach/mach_message_server_test.cc
 | 
| diff --git a/util/mach/mach_message_server_test.cc b/util/mach/mach_message_server_test.cc
 | 
| index a59554b39fef537902f6a8c99c4843800cd4423a..fc45e26236b6eb8caa7253c94fab1633e9369b2e 100644
 | 
| --- a/util/mach/mach_message_server_test.cc
 | 
| +++ b/util/mach/mach_message_server_test.cc
 | 
| @@ -15,12 +15,14 @@
 | 
|  #include "util/mach/mach_message_server.h"
 | 
|  
 | 
|  #include <mach/mach.h>
 | 
| +#include <stdint.h>
 | 
|  #include <string.h>
 | 
| +#include <sys/types.h>
 | 
|  
 | 
|  #include <set>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/mac/scoped_mach_port.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "gtest/gtest.h"
 | 
|  #include "test/mac/mach_errors.h"
 | 
|  #include "test/mac/mach_multiprocess.h"
 | 
| 
 |