Index: content/child/web_discardable_memory_impl.h |
diff --git a/content/child/web_discardable_memory_impl.h b/content/child/web_discardable_memory_impl.h |
index 4c589a45ea058500a819578c40021b1afb0135f3..dcde8be687f5a625f8c398f0c340010f2b1bebeb 100644 |
--- a/content/child/web_discardable_memory_impl.h |
+++ b/content/child/web_discardable_memory_impl.h |
@@ -5,7 +5,9 @@ |
#ifndef CONTENT_CHILD_WEB_DISCARDABLE_MEMORY_IMPL_H_ |
#define CONTENT_CHILD_WEB_DISCARDABLE_MEMORY_IMPL_H_ |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+ |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "third_party/WebKit/public/platform/WebDiscardableMemory.h" |