Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Unified Diff: sandbox/wow_helper/service64_resolver.cc

Issue 11603: I'm removing logging.h/.cc from wow_helper.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/wow_helper/wow_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | sandbox/wow_helper/wow_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698