Index: sandbox/win/src/sandbox.cc |
diff --git a/sandbox/win/src/sandbox.cc b/sandbox/win/src/sandbox.cc |
index 9e4ab08a097842036cab1cf34c5f17a43fc9afca..d26daa434e97bd32e92d1e956650306f630eb43b 100644 |
--- a/sandbox/win/src/sandbox.cc |
+++ b/sandbox/win/src/sandbox.cc |
@@ -11,7 +11,7 @@ |
namespace sandbox { |
// The section for IPC and policy. |
-SANDBOX_INTERCEPT HANDLE g_shared_section = NULL; |
+SANDBOX_INTERCEPT HANDLE g_shared_section; |
static bool s_is_broker = false; |