| Index: sandbox/win/src/interception.h
|
| diff --git a/sandbox/win/src/interception.h b/sandbox/win/src/interception.h
|
| index 739c81645dfa1efaf2ac135162da3960914e0cb9..728dc74e456c2c75d7fc867d29db5c7d7c0f7c6d 100644
|
| --- a/sandbox/win/src/interception.h
|
| +++ b/sandbox/win/src/interception.h
|
| @@ -134,6 +134,9 @@ class InterceptionManager {
|
| private:
|
| // Used to store the interception information until the actual set-up.
|
| struct InterceptionData {
|
| + InterceptionData();
|
| + ~InterceptionData();
|
| +
|
| InterceptionType type; // Interception type.
|
| InterceptorId id; // Interceptor id.
|
| base::string16 dll; // Name of dll to intercept.
|
|
|