Index: content/test/ppapi/ppapi_test.h |
diff --git a/content/test/ppapi/ppapi_test.h b/content/test/ppapi/ppapi_test.h |
index d02ca3e2720fa44400b585951f088679ef508c2a..345ad21dbbdaa0304125a06903cac0ba9142eb58 100644 |
--- a/content/test/ppapi/ppapi_test.h |
+++ b/content/test/ppapi/ppapi_test.h |
@@ -84,6 +84,9 @@ class PPAPITest : public PPAPITestBase { |
class OutOfProcessPPAPITest : public PPAPITest { |
public: |
OutOfProcessPPAPITest(); |
+ |
+ virtual void SetUp() OVERRIDE; |
+ virtual void TearDown() OVERRIDE; |
}; |
} // namespace |