Index: chrome/common/sandbox_mac_unittest_helper.h |
=================================================================== |
--- chrome/common/sandbox_mac_unittest_helper.h (revision 53376) |
+++ chrome/common/sandbox_mac_unittest_helper.h (working copy) |
@@ -69,6 +69,8 @@ |
// REGISTER_SANDBOX_TEST_CASE so it's visible to the test driver. |
class MacSandboxTestCase { |
public: |
+ virtual ~MacSandboxTestCase() {} |
+ |
// Code that runs in the sandboxed subprocess before the sandbox is |
// initialized. |
// Returning false from this function will cause the entire test case to fail. |