diff options
Diffstat (limited to 'chrome_frame/vtable_patch_manager.cc')
-rw-r--r-- | chrome_frame/vtable_patch_manager.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/vtable_patch_manager.cc b/chrome_frame/vtable_patch_manager.cc index 30a8fe2..da1bbab 100644 --- a/chrome_frame/vtable_patch_manager.cc +++ b/chrome_frame/vtable_patch_manager.cc @@ -13,7 +13,7 @@ #include "base/memory/scoped_ptr.h" #include "base/synchronization/lock.h" #include "chrome_frame/function_stub.h" -#include "chrome_frame/utils.h" +#include "chrome_frame/pin_module.h" namespace vtable_patch { @@ -144,7 +144,7 @@ HRESULT PatchInterfaceMethods(void* unknown, MethodPatchInfo* patches) { } else { // Success, save the stub we created. it->stub_ = stub; - PinModule(); + chrome_frame::PinModule(); } } |