| Index: sandbox/wow_helper/service64_resolver.cc
|
| ===================================================================
|
| --- sandbox/wow_helper/service64_resolver.cc (revision 5638)
|
| +++ sandbox/wow_helper/service64_resolver.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "sandbox/wow_helper/service64_resolver.h"
|
|
|
| -#include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| #include "sandbox/wow_helper/target_code.h"
|
|
|
| @@ -241,7 +240,6 @@
|
| NTSTATUS Service64ResolverThunk::ResolveTarget(const void* module,
|
| const char* function_name,
|
| void** address) {
|
| - DCHECK(address);
|
| if (NULL == module)
|
| return STATUS_UNSUCCESSFUL;
|
|
|
|
|