| Index: content/child/shared_memory_received_data_factory.h
|
| diff --git a/content/child/shared_memory_received_data_factory.h b/content/child/shared_memory_received_data_factory.h
|
| index 3da0926c14c3494210b867b7490573af00411061..e27f7cacb76cf02f56eaf3560c07511d43b7497e 100644
|
| --- a/content/child/shared_memory_received_data_factory.h
|
| +++ b/content/child/shared_memory_received_data_factory.h
|
| @@ -5,8 +5,12 @@
|
| #ifndef CONTENT_CHILD_SHARED_MEMORY_RECEIVED_DATA_FACTORY_H_
|
| #define CONTENT_CHILD_SHARED_MEMORY_RECEIVED_DATA_FACTORY_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|