Chromium Code Reviews| Index: remoting/host/sas_injector.h |
| diff --git a/remoting/host/sas_injector.h b/remoting/host/sas_injector.h |
| index d5a30a40f4cd5315cf3941f1c3e938a781006a98..a77485a0db536f54b15d86a21273de55c64240ff 100644 |
| --- a/remoting/host/sas_injector.h |
| +++ b/remoting/host/sas_injector.h |
| @@ -19,7 +19,7 @@ class SasInjector { |
| virtual bool InjectSas() = 0; |
| // Creates an instance of SasInjector if supported by the OS, otherwise |
| - // returns NULL. |
| + // returns nullptr. |
| static scoped_ptr<SasInjector> Create(); |
| }; |