| Index: components/dom_distiller/core/distiller.h
|
| diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h
|
| index 46593aef2c185997c27418cf2e8c1e25a139dc6b..ef0f8081494a1b61fccc780cbffcbaf46d7ed54e 100644
|
| --- a/components/dom_distiller/core/distiller.h
|
| +++ b/components/dom_distiller/core/distiller.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef COMPONENTS_DOM_DISTILLER_CORE_DISTILLER_H_
|
| #define COMPONENTS_DOM_DISTILLER_CORE_DISTILLER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
|
|