diff options
Diffstat (limited to 'ppapi/tests/testing_instance.h')
-rw-r--r-- | ppapi/tests/testing_instance.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/tests/testing_instance.h b/ppapi/tests/testing_instance.h index 5bb95ae..2201e13 100644 --- a/ppapi/tests/testing_instance.h +++ b/ppapi/tests/testing_instance.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -15,6 +15,7 @@ class TestCase; class TestingInstance : public pp::Instance { public: explicit TestingInstance(PP_Instance instance); + virtual ~TestingInstance(); // pp::Instance override. virtual bool Init(uint32_t argc, const char* argn[], const char* argv[]); |