| Index: chrome_frame/vtable_patch_manager.cc
|
| diff --git a/chrome_frame/vtable_patch_manager.cc b/chrome_frame/vtable_patch_manager.cc
|
| index 30a8fe25f7542df38dc46c0e11336040567a3c7a..da1bbabbff6ad7fa8748a35e38fc79e7084cb0c6 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();
|
| }
|
| }
|
|
|
|
|