Index: ppapi/thunk/enter.h |
diff --git a/ppapi/thunk/enter.h b/ppapi/thunk/enter.h |
index 3b82a967030b720e51d3a11025cf6d94e2883499..4172ce0e60b2863769946ee87e00ab866687742b 100644 |
--- a/ppapi/thunk/enter.h |
+++ b/ppapi/thunk/enter.h |
@@ -245,7 +245,7 @@ class EnterResourceNoLock : public EnterResource<ResourceT, false> { |
// class so we have this helper function to save template instantiations and |
// typing. |
class PPAPI_THUNK_EXPORT EnterResourceCreation |
- : public EnterFunctionNoLock<ResourceCreationAPI> { |
+ : public EnterFunction<ResourceCreationAPI> { |
public: |
EnterResourceCreation(PP_Instance instance); |
~EnterResourceCreation(); |