| Index: cc/blink/web_layer_impl.h
|
| diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
|
| index e6429156557d933b7c9fd204093fde99e725c8d1..a1b762bf38f506cb2cd39244ce9bd6cc652d7223 100644
|
| --- a/cc/blink/web_layer_impl.h
|
| +++ b/cc/blink/web_layer_impl.h
|
| @@ -5,9 +5,13 @@
|
| #ifndef CC_BLINK_WEB_LAYER_IMPL_H_
|
| #define CC_BLINK_WEB_LAYER_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <utility>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/blink/cc_blink_export.h"
|
|
|