Chromium Code Reviews| Index: remoting/protocol/ppapi_module_stub.cc |
| diff --git a/remoting/protocol/ppapi_module_stub.cc b/remoting/protocol/ppapi_module_stub.cc |
| index 829aaaa0d7467499f04e72648a21c1d6af265af3..22d4f6c940e1ef6ad83de7daaea8b00ca49d85a9 100644 |
| --- a/remoting/protocol/ppapi_module_stub.cc |
| +++ b/remoting/protocol/ppapi_module_stub.cc |
| @@ -8,7 +8,7 @@ namespace pp { |
| // Factory function for your specialization of the Module object. |
| Module* CreateModule() { |
| - return NULL; |
| + return nullptr; |
| } |
| } // namespace pp |