| Index: components/rappor/test_rappor_service.h
|
| diff --git a/components/rappor/test_rappor_service.h b/components/rappor/test_rappor_service.h
|
| index 75c1574012a59ea51cbf0e2fc45197cb7fe2b9e2..6cb48f662ca7a1182d1ab6a752ab3984213e0825 100644
|
| --- a/components/rappor/test_rappor_service.h
|
| +++ b/components/rappor/test_rappor_service.h
|
| @@ -5,9 +5,13 @@
|
| #ifndef COMPONENTS_RAPPOR_TEST_RAPPOR_SERVICE_H_
|
| #define COMPONENTS_RAPPOR_TEST_RAPPOR_SERVICE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/prefs/testing_pref_service.h"
|
| #include "components/rappor/rappor_service.h"
|
| #include "components/rappor/test_log_uploader.h"
|
|
|