| Index: content/renderer/pepper/pepper_file_system_host.h
|
| diff --git a/content/renderer/pepper/pepper_file_system_host.h b/content/renderer/pepper/pepper_file_system_host.h
|
| index 23d7c49a2cb8061d2f29659382be60813dfd6906..cadd860af13abf6ed71a33b940ad2534814f505c 100644
|
| --- a/content/renderer/pepper/pepper_file_system_host.h
|
| +++ b/content/renderer/pepper/pepper_file_system_host.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PEPPER_FILE_SYSTEM_HOST_H_
|
| #define CONTENT_RENDERER_PEPPER_PEPPER_FILE_SYSTEM_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ppapi/c/pp_file_info.h"
|
| #include "ppapi/c/private/ppb_isolated_file_system_private.h"
|
|
|