| Index: ipc/ipc_message.h
 | 
| diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
 | 
| index cc7ebb31a988d77cd162f3d55a1f36020f36c6cf..d60c76e989d0ecd71c2c43b207e6ab999f124eb7 100644
 | 
| --- a/ipc/ipc_message.h
 | 
| +++ b/ipc/ipc_message.h
 | 
| @@ -9,7 +9,6 @@
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/pickle.h"
 | 
|  #include "base/trace_event/trace_event.h"
 | 
| @@ -279,7 +278,7 @@ enum SpecialRoutingIDs {
 | 
|    MSG_ROUTING_NONE = -2,
 | 
|  
 | 
|    // indicates a general message not sent to a particular tab.
 | 
| -  MSG_ROUTING_CONTROL = kint32max,
 | 
| +  MSG_ROUTING_CONTROL = INT32_MAX,
 | 
|  };
 | 
|  
 | 
|  #define IPC_REPLY_ID 0xFFFFFFF0  // Special message id for replies
 | 
| 
 |