| Index: components/rappor/rappor_service.h
|
| diff --git a/components/rappor/rappor_service.h b/components/rappor/rappor_service.h
|
| index 677070deba7e75b1633476941601cb21916f85e9..8c42b719380e1c7bb556cba3198538680306083d 100644
|
| --- a/components/rappor/rappor_service.h
|
| +++ b/components/rappor/rappor_service.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef COMPONENTS_RAPPOR_RAPPOR_SERVICE_H_
|
| #define COMPONENTS_RAPPOR_RAPPOR_SERVICE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|