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

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

Issue 1115293002: win: Fix remaining plugin warnings in ash, device, printing, sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « sandbox/win/src/handle_closer_agent.cc ('k') | sandbox/win/src/interception.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « sandbox/win/src/handle_closer_agent.cc ('k') | sandbox/win/src/interception.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698