| Index: chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
| index a8ccb91fcf0a2e9c4e2d5dd23454943b8660a32b..ffbc2d93ca7c41603b2467e85ed6e142b2a5e4d8 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_ISOLATED_FILE_SYSTEM_MESSAGE_FILTER_H_
|
| #define CHROME_BROWSER_RENDERER_HOST_PEPPER_PEPPER_ISOLATED_FILE_SYSTEM_MESSAGE_FILTER_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/c/private/ppb_isolated_file_system_private.h"
|
|
|