Chromium Code Reviews| Index: sandbox/win/tests/common/controller.h |
| diff --git a/sandbox/win/tests/common/controller.h b/sandbox/win/tests/common/controller.h |
| index 7c1c78f66d110842860b50e5d02f50dfec86dca3..16bced9428e43423d256a78288fda06a013c2e0f 100644 |
| --- a/sandbox/win/tests/common/controller.h |
| +++ b/sandbox/win/tests/common/controller.h |
| @@ -139,7 +139,7 @@ class TestRunner { |
| int InternalRunTest(const wchar_t* command); |
| BrokerServices* broker_; |
| - TargetPolicy* policy_; |
| + scoped_refptr<TargetPolicy> policy_; |
| DWORD timeout_; |
| SboxTestsState state_; |
| bool is_init_; |