Index: components/sessions/core/session_backend.h |
diff --git a/components/sessions/core/session_backend.h b/components/sessions/core/session_backend.h |
index aee36662a434e1a9243da2ea64ec3eed2fd61a4c..780bfd14e02520745d2d2584765ed3b8c77483ee 100644 |
--- a/components/sessions/core/session_backend.h |
+++ b/components/sessions/core/session_backend.h |
@@ -5,8 +5,11 @@ |
#ifndef COMPONENTS_SESSIONS_CORE_SESSION_BACKEND_H_ |
#define COMPONENTS_SESSIONS_CORE_SESSION_BACKEND_H_ |
+#include <stddef.h> |
+ |
#include <vector> |
+#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/task/cancelable_task_tracker.h" |