| Index: extensions/common/extension_set.h
|
| diff --git a/extensions/common/extension_set.h b/extensions/common/extension_set.h
|
| index c46163faef6a9ffb53e19c07160bd98ec17c531f..3bcc1f35fef1b7f477cd969bf5a93bf4c93c0f2e 100644
|
| --- a/extensions/common/extension_set.h
|
| +++ b/extensions/common/extension_set.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef EXTENSIONS_COMMON_EXTENSION_SET_H_
|
| #define EXTENSIONS_COMMON_EXTENSION_SET_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <iterator>
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "extensions/common/extension.h"
|
| #include "url/gurl.h"
|
|
|