Index: sandbox/win/tests/common/controller.h |
diff --git a/sandbox/win/tests/common/controller.h b/sandbox/win/tests/common/controller.h |
index a6498ed12e2a796d440ba1f5252d0b246094c67b..c7265efa6c999191f0358cbae05eb37c8ba10fe1 100644 |
--- a/sandbox/win/tests/common/controller.h |
+++ b/sandbox/win/tests/common/controller.h |
@@ -8,6 +8,7 @@ |
#include <windows.h> |
#include <string> |
+#include "base/memory/ref_counted.h" |
#include "base/strings/string16.h" |
#include "base/win/scoped_handle.h" |
#include "sandbox/win/src/sandbox.h" |
@@ -134,7 +135,7 @@ class TestRunner { |
int InternalRunTest(const wchar_t* command); |
BrokerServices* broker_; |
- TargetPolicy* policy_; |
+ scoped_refptr<TargetPolicy> policy_; |
DWORD timeout_; |
SboxTestsState state_; |
bool is_init_; |