| Index: chrome/renderer/pepper/pepper_uma_host.h
|
| diff --git a/chrome/renderer/pepper/pepper_uma_host.h b/chrome/renderer/pepper/pepper_uma_host.h
|
| index 7ea8a5f18cfb7691d230c4e1308b270d5a64fc1e..3c2ce66d8b3b40b21c1d5756c60fe0d5d471f455 100644
|
| --- a/chrome/renderer/pepper/pepper_uma_host.h
|
| +++ b/chrome/renderer/pepper/pepper_uma_host.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef CHROME_RENDERER_PEPPER_PEPPER_UMA_HOST_H_
|
| #define CHROME_RENDERER_PEPPER_PEPPER_UMA_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <set>
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/host/resource_host.h"
|
|
|