Index: chrome/renderer/instant_restricted_id_cache.h |
diff --git a/chrome/renderer/instant_restricted_id_cache.h b/chrome/renderer/instant_restricted_id_cache.h |
index cce78f4a55a5e700f3a69d34ea831d04ac04a6d4..1b25410c3694e3d78d2bae1a9bbf757cc0d2020e 100644 |
--- a/chrome/renderer/instant_restricted_id_cache.h |
+++ b/chrome/renderer/instant_restricted_id_cache.h |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_ |
#define CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_ |
+#include <stddef.h> |
+ |
#include <set> |
#include <utility> |
#include <vector> |
@@ -12,6 +14,7 @@ |
#include "base/containers/mru_cache.h" |
#include "base/gtest_prod_util.h" |
#include "base/logging.h" |
+#include "base/macros.h" |
#include "chrome/common/instant_types.h" |
// In InstantExtended, iframes are used to display objects which can only be |