| Index: cc/playback/largest_display_item.h
|
| diff --git a/cc/playback/largest_display_item.h b/cc/playback/largest_display_item.h
|
| index cce56719e4c66057c78c68656d24ab674bd706b1..8350c61f1a08e20136dbcbe60c24a0a31e3bc6ea 100644
|
| --- a/cc/playback/largest_display_item.h
|
| +++ b/cc/playback/largest_display_item.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|
| #define CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "cc/base/cc_export.h"
|
|
|
| namespace cc {
|
|
|