Index: extensions/browser/extension_function.h |
diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h |
index fa4d34545dde843a08b2f9a2c277dd52b532a7ea..cd712e3c3169f72ed67542b8f0bb02a97d106179 100644 |
--- a/extensions/browser/extension_function.h |
+++ b/extensions/browser/extension_function.h |
@@ -5,11 +5,14 @@ |
#ifndef EXTENSIONS_BROWSER_EXTENSION_FUNCTION_H_ |
#define EXTENSIONS_BROWSER_EXTENSION_FUNCTION_H_ |
+#include <stddef.h> |
+ |
#include <list> |
#include <string> |
#include "base/callback.h" |
#include "base/compiler_specific.h" |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |