| Index: content/renderer/pepper/ppb_buffer_impl.h
|
| diff --git a/content/renderer/pepper/ppb_buffer_impl.h b/content/renderer/pepper/ppb_buffer_impl.h
|
| index 19fbcb396c8e36a7c9881ec5cd9b617eba3bf25b..a98deb7fd521e426aed9e0ebca65f61cbc9e8576 100644
|
| --- a/content/renderer/pepper/ppb_buffer_impl.h
|
| +++ b/content/renderer/pepper/ppb_buffer_impl.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CONTENT_RENDERER_PEPPER_PPB_BUFFER_IMPL_H_
|
| #define CONTENT_RENDERER_PEPPER_PPB_BUFFER_IMPL_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/shared_memory.h"
|
|
|