Chromium Code Reviews| Index: sandbox/win/src/Wow64_64.cc |
| diff --git a/sandbox/win/src/Wow64_64.cc b/sandbox/win/src/Wow64_64.cc |
| index f03831bd11546851f3f10403e9ce00bddc6c6226..357deb8559f4bcda0b1cffb8890b5cd6b7268810 100644 |
| --- a/sandbox/win/src/Wow64_64.cc |
| +++ b/sandbox/win/src/Wow64_64.cc |
| @@ -8,6 +8,10 @@ |
| namespace sandbox { |
| +Wow64::Wow64(TargetProcess* child, HMODULE ntdll) |
| + : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) { |
| +} |
| + |
| Wow64::~Wow64() { |
| } |