diff options
Diffstat (limited to 'chrome/common/chrome_plugin_util.cc')
-rw-r--r-- | chrome/common/chrome_plugin_util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_plugin_util.cc b/chrome/common/chrome_plugin_util.cc index 922c837..2d57d90 100644 --- a/chrome/common/chrome_plugin_util.cc +++ b/chrome/common/chrome_plugin_util.cc @@ -163,4 +163,3 @@ void* STDCALL CPB_Alloc(uint32 size) { void STDCALL CPB_Free(void* memory) { free(memory); } - |