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

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

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 | « sandbox/win/src/sharedmem_ipc_server.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/sharedmem_ipc_server.cc
diff --git a/sandbox/win/src/sharedmem_ipc_server.cc b/sandbox/win/src/sharedmem_ipc_server.cc
index 792c60617e1d61b99cf871a9e04759ffeccf2310..2769b6eed2db94cd812a849ccea85eb353a57444 100644
--- a/sandbox/win/src/sharedmem_ipc_server.cc
+++ b/sandbox/win/src/sharedmem_ipc_server.cc
@@ -20,6 +20,12 @@ volatile HANDLE g_alive_mutex = NULL;
namespace sandbox {
+SharedMemIPCServer::ServerControl::ServerControl() {
+}
+
+SharedMemIPCServer::ServerControl::~ServerControl() {
+}
+
SharedMemIPCServer::SharedMemIPCServer(HANDLE target_process,
DWORD target_process_id,
HANDLE target_job,
« no previous file with comments | « sandbox/win/src/sharedmem_ipc_server.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698