| Index: content/browser/browsing_instance.h
|
| diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h
|
| index 60518b07c4d9e9191478b3ae31404b81c976bea9..0cb80ac80a986940d242d23f538a8460c6bde2dc 100644
|
| --- a/content/browser/browsing_instance.h
|
| +++ b/content/browser/browsing_instance.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CONTENT_BROWSER_BROWSING_INSTANCE_H_
|
| #define CONTENT_BROWSER_BROWSING_INSTANCE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/containers/hash_tables.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_context.h"
|
|
|