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

Unified Diff: sandbox/win/src/Wow64.h

Issue 1252913006: Fix chromium style checker error on windows sandbox code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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/win/src/Wow64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/Wow64.h
diff --git a/sandbox/win/src/Wow64.h b/sandbox/win/src/Wow64.h
index df23c097270df406b677305963393b812a0902d3..5858ed8a713c89c219140538c3656928b85f79ef 100644
--- a/sandbox/win/src/Wow64.h
+++ b/sandbox/win/src/Wow64.h
@@ -19,8 +19,7 @@ class TargetProcess;
// subsystem on 64 bit OSes, from the point of view of interceptions.
class Wow64 {
public:
- Wow64(TargetProcess* child, HMODULE ntdll)
- : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {}
+ Wow64(TargetProcess* child, HMODULE ntdll);
~Wow64();
// Waits for the 32 bit DLL to get loaded on the child process. This function
« no previous file with comments | « no previous file | sandbox/win/src/Wow64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698