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

Unified Diff: sandbox/wow_helper/wow_helper.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 | « sandbox/wow_helper/service64_resolver.cc ('k') | sandbox/wow_helper/wow_helper.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/wow_helper/wow_helper.cc
===================================================================
--- sandbox/wow_helper/wow_helper.cc (revision 5638)
+++ sandbox/wow_helper/wow_helper.cc (working copy)
@@ -12,7 +12,6 @@
#include <string>
-#include "base/logging.h"
#include "sandbox/wow_helper/service64_resolver.h"
#include "sandbox/wow_helper/target_code.h"
@@ -112,7 +111,6 @@
DWORD access = PROCESS_VM_OPERATION | PROCESS_VM_READ | PROCESS_VM_WRITE;
HANDLE child = ::OpenProcess(access, FALSE, process_id);
- DCHECK(child);
if (!child)
return 3;
« no previous file with comments | « sandbox/wow_helper/service64_resolver.cc ('k') | sandbox/wow_helper/wow_helper.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698