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 319666b822d2ca5b9082e170e6494c4f60fcb320..1f9cc6d2ce50af04c015b0367fd3041e2f9f8655 100644 |
| --- a/sandbox/win/tests/common/controller.h |
| +++ b/sandbox/win/tests/common/controller.h |
| @@ -143,7 +143,7 @@ class TestRunner { |
| int InternalRunTest(const wchar_t* command); |
| BrokerServices* broker_; |
| - TargetPolicy* policy_; |
| + scoped_refptr<TargetPolicy> policy_; |
| DWORD timeout_; |
| SboxTestsState state_; |
| bool is_init_; |