Index: sandbox/win/src/sharedmem_ipc_server.h |
diff --git a/sandbox/win/src/sharedmem_ipc_server.h b/sandbox/win/src/sharedmem_ipc_server.h |
index 8d776d506194ba9bf07e804442ee5c138903fccf..896fa35a8b668bb81e750de55b0f88c000cb0a42 100644 |
--- a/sandbox/win/src/sharedmem_ipc_server.h |
+++ b/sandbox/win/src/sharedmem_ipc_server.h |
@@ -74,6 +74,9 @@ class SharedMemIPCServer { |
// static method without worrying about converting back to a member function |
// call or about threading issues. |
struct ServerControl { |
+ ServerControl(); |
+ ~ServerControl(); |
+ |
// This channel server ping event. |
base::win::ScopedHandle ping_event; |
// This channel server pong event. |