Index: content/child/shared_memory_data_consumer_handle_unittest.cc |
diff --git a/content/child/shared_memory_data_consumer_handle_unittest.cc b/content/child/shared_memory_data_consumer_handle_unittest.cc |
index 3e5590c3216bc2178bc4d1ce4f59717bdb63af33..0454ada5de49a1caa3b1249164f94f66bb8d183f 100644 |
--- a/content/child/shared_memory_data_consumer_handle_unittest.cc |
+++ b/content/child/shared_memory_data_consumer_handle_unittest.cc |
@@ -4,6 +4,7 @@ |
#include "content/child/shared_memory_data_consumer_handle.h" |
+#include <stddef.h> |
#include <string.h> |
#include <string> |
#include <vector> |
@@ -11,6 +12,7 @@ |
#include "base/bind.h" |
#include "base/callback.h" |
#include "base/location.h" |
+#include "base/macros.h" |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
#include "base/task_runner.h" |