| Index: components/html_viewer/discardable_memory_allocator.h
|
| diff --git a/components/html_viewer/discardable_memory_allocator.h b/components/html_viewer/discardable_memory_allocator.h
|
| index 9a76cf864ac6622e8953022e557f1e1240121491..d1cd5f1bb276999d3ce006304bdc9c26b40d7286 100644
|
| --- a/components/html_viewer/discardable_memory_allocator.h
|
| +++ b/components/html_viewer/discardable_memory_allocator.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef COMPONENTS_HTML_VIEWER_DISCARDABLE_MEMORY_ALLOCATOR_H_
|
| #define COMPONENTS_HTML_VIEWER_DISCARDABLE_MEMORY_ALLOCATOR_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/discardable_memory_allocator.h"
|
| #include "base/synchronization/lock.h"
|
|
|
|
|