| Index: content/child/shared_memory_data_consumer_handle.h
|
| diff --git a/content/child/shared_memory_data_consumer_handle.h b/content/child/shared_memory_data_consumer_handle.h
|
| index 52a244b90a6f6d4d566782ba9bf58f23b95a12a7..aa33482e56361397f261ce530675c0de56442573 100644
|
| --- a/content/child/shared_memory_data_consumer_handle.h
|
| +++ b/content/child/shared_memory_data_consumer_handle.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_CHILD_SHARED_MEMORY_DATA_CONSUMER_HANDLE_H_
|
| #define CONTENT_CHILD_SHARED_MEMORY_DATA_CONSUMER_HANDLE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/common/content_export.h"
|
|
|