summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src')
-rw-r--r--sandbox/win/src/acl.cc1
-rw-r--r--sandbox/win/src/acl.h1
-rw-r--r--sandbox/win/src/handle_closer.cc1
-rw-r--r--sandbox/win/src/process_policy_test.cc1
-rw-r--r--sandbox/win/src/process_thread_policy.cc1
-rw-r--r--sandbox/win/src/target_process.cc2
-rw-r--r--sandbox/win/src/target_process.h1
7 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/win/src/acl.cc b/sandbox/win/src/acl.cc
index f140c7e..324f86d 100644
--- a/sandbox/win/src/acl.cc
+++ b/sandbox/win/src/acl.cc
@@ -8,6 +8,7 @@
#include <sddl.h>
#include "base/logging.h"
+#include "base/memory/free_deleter.h"
namespace sandbox {
diff --git a/sandbox/win/src/acl.h b/sandbox/win/src/acl.h
index b5021e7..46d227d 100644
--- a/sandbox/win/src/acl.h
+++ b/sandbox/win/src/acl.h
@@ -8,6 +8,7 @@
#include <AccCtrl.h>
#include <windows.h>
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "sandbox/win/src/sid.h"
diff --git a/sandbox/win/src/handle_closer.cc b/sandbox/win/src/handle_closer.cc
index f2012b7..962e441 100644
--- a/sandbox/win/src/handle_closer.cc
+++ b/sandbox/win/src/handle_closer.cc
@@ -7,6 +7,7 @@
#include <stddef.h>
#include "base/logging.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "base/win/windows_version.h"
#include "sandbox/win/src/interceptors.h"
diff --git a/sandbox/win/src/process_policy_test.cc b/sandbox/win/src/process_policy_test.cc
index 779cd15..5876781 100644
--- a/sandbox/win/src/process_policy_test.cc
+++ b/sandbox/win/src/process_policy_test.cc
@@ -5,6 +5,7 @@
#include <memory>
#include <string>
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
#include "base/strings/sys_string_conversions.h"
diff --git a/sandbox/win/src/process_thread_policy.cc b/sandbox/win/src/process_thread_policy.cc
index 11928c8..514e7d6 100644
--- a/sandbox/win/src/process_thread_policy.cc
+++ b/sandbox/win/src/process_thread_policy.cc
@@ -8,6 +8,7 @@
#include <string>
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "sandbox/win/src/ipc_tags.h"
#include "sandbox/win/src/nt_internals.h"
diff --git a/sandbox/win/src/target_process.cc b/sandbox/win/src/target_process.cc
index d8ff0a1..2e0376f 100644
--- a/sandbox/win/src/target_process.cc
+++ b/sandbox/win/src/target_process.cc
@@ -6,9 +6,11 @@
#include <stddef.h>
#include <stdint.h>
+
#include <utility>
#include "base/macros.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "base/win/pe_image.h"
#include "base/win/startup_information.h"
diff --git a/sandbox/win/src/target_process.h b/sandbox/win/src/target_process.h
index c00f2ce..547d414 100644
--- a/sandbox/win/src/target_process.h
+++ b/sandbox/win/src/target_process.h
@@ -10,6 +10,7 @@
#include <stdint.h>
#include "base/macros.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "base/win/scoped_handle.h"
#include "base/win/scoped_process_information.h"