Chromium Code Reviews| Index: webrtc/modules/desktop_capture/shared_memory.cc |
| diff --git a/webrtc/modules/desktop_capture/shared_memory.cc b/webrtc/modules/desktop_capture/shared_memory.cc |
| index 872116eec9f86d76bf9cdab2429d74a798f089b0..e453c660d6f65dc76de049786c48311365efbbc3 100644 |
| --- a/webrtc/modules/desktop_capture/shared_memory.cc |
| +++ b/webrtc/modules/desktop_capture/shared_memory.cc |
| @@ -13,7 +13,7 @@ |
| namespace webrtc { |
| #if defined(WEBRTC_WIN) |
| -const SharedMemory::Handle SharedMemory::kInvalidHandle = NULL; |
| +const SharedMemory::Handle SharedMemory::kInvalidHandle = nullptr; |
| #else |
| const SharedMemory::Handle SharedMemory::kInvalidHandle = -1; |
| #endif |