| Index: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h
|
| index 830d4a61a0aaa2e40cf2e4292ea31848c44e633a..fe4865b8bb871664a1aeb5b12191237ac915fc55 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h
|
| @@ -5,7 +5,11 @@
|
| #ifndef CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FILTER_H_
|
| #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_OUTPUT_PROTECTION_MESSAGE_FILTER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/host/resource_message_filter.h"
|
|
|
|
|