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

Unified Diff: remoting/host/sas_injector.h

Issue 810133003: replace NULL->nullptr in src/remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « remoting/host/resizing_host_observer_unittest.cc ('k') | remoting/host/sas_injector_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « remoting/host/resizing_host_observer_unittest.cc ('k') | remoting/host/sas_injector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698