| Index: content/ppapi_plugin/ppapi_blink_platform_impl.h
|
| diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.h b/content/ppapi_plugin/ppapi_blink_platform_impl.h
|
| index df17836bb5b633162d581bb2b4230f789d045e87..e9b8f39c794e9f31b1aea90a01d4f761193b345a 100644
|
| --- a/content/ppapi_plugin/ppapi_blink_platform_impl.h
|
| +++ b/content/ppapi_plugin/ppapi_blink_platform_impl.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_PPAPI_PLUGIN_PPAPI_BLINK_PLATFORM_IMPL_H_
|
| #define CONTENT_PPAPI_PLUGIN_PPAPI_BLINK_PLATFORM_IMPL_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "content/child/blink_platform_impl.h"
|
|
|
| namespace content {
|
|
|