| Index: components/rappor/rappor_prefs.h
 | 
| diff --git a/components/rappor/rappor_prefs.h b/components/rappor/rappor_prefs.h
 | 
| index ba9d7fc1055ad1b43c118b4d0cfeba75a29b31ed..622ef43998e7c64cbdd328b2afc506b59564ca68 100644
 | 
| --- a/components/rappor/rappor_prefs.h
 | 
| +++ b/components/rappor/rappor_prefs.h
 | 
| @@ -5,9 +5,10 @@
 | 
|  #ifndef COMPONENTS_RAPPOR_RAPPOR_PREFS_H_
 | 
|  #define COMPONENTS_RAPPOR_RAPPOR_PREFS_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  
 | 
|  class PrefService;
 | 
|  class PrefRegistrySimple;
 | 
| 
 |