Index: webkit/plugins/ppapi/ppapi_unittest.h |
diff --git a/webkit/plugins/ppapi/ppapi_unittest.h b/webkit/plugins/ppapi/ppapi_unittest.h |
index c33f5f00673dd6fd295e775115cb765de628a71a..e79cdea5c1668a2b504c458183982833b2941081 100644 |
--- a/webkit/plugins/ppapi/ppapi_unittest.h |
+++ b/webkit/plugins/ppapi/ppapi_unittest.h |
@@ -38,6 +38,9 @@ class PpapiUnittest : public testing::Test, |
// Deletes the instance and module to simulate module shutdown. |
void ShutdownModule(); |
+ protected: |
+ virtual MockPluginDelegate* NewPluginDelegate(); |
+ |
private: |
scoped_ptr<MockPluginDelegate> delegate_; |
@@ -54,4 +57,4 @@ class PpapiUnittest : public testing::Test, |
} // namespace ppapi |
} // namespace webkit |
-#endif // WEBKIT_GLUE_PPAPI_PLUGINS_PPAPI_UNITTEST_H_ |
+#endif // WEBKIT_PLUGINS_PPAPI_PPAPI_UNITTEST_H_ |