| Index: base/trace_event/process_memory_totals.h
 | 
| diff --git a/base/trace_event/process_memory_totals.h b/base/trace_event/process_memory_totals.h
 | 
| index eb7757c91b89fec771405d8d08b0cef64956100b..329967a6ee74cbee73bfded84c20f3bfc6cb549f 100644
 | 
| --- a/base/trace_event/process_memory_totals.h
 | 
| +++ b/base/trace_event/process_memory_totals.h
 | 
| @@ -5,10 +5,12 @@
 | 
|  #ifndef BASE_TRACE_EVENT_PROCESS_MEMORY_TOTALS_H_
 | 
|  #define BASE_TRACE_EVENT_PROCESS_MEMORY_TOTALS_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <map>
 | 
|  
 | 
|  #include "base/base_export.h"
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  
 | 
|  namespace base {
 | 
|  namespace trace_event {
 | 
| 
 |