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

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

Issue 1228093004: Sandbox: Fix a violation to the syle plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: But wait, we'll also bundle a constructor for the same price 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/sharedmem_ipc_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | sandbox/win/src/sharedmem_ipc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698