commit | c5f104b31e1a640e4adaeaac7fca30c72eb04138 | [log] [tgz] |
---|---|---|
author | sergeyu <[email protected]> | Fri Jan 09 19:33:24 2015 |
committer | Commit bot <[email protected]> | Fri Jan 09 19:34:12 2015 |
tree | f1de6d1828d8eaef25a9aa4e07a4a4d46764f045 | |
parent | a261cb0d164c411e916fb62f4c560ce5acb260f3 [diff] [blame] |
replace NULL->nullptr in src/remoting. Review URL: https://codereview.chromium.org/810133003 Cr-Commit-Position: refs/heads/master@{#310816}
diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc index 35fb4f46..c98f229 100644 --- a/remoting/host/desktop_session_win.cc +++ b/remoting/host/desktop_session_win.cc
@@ -334,7 +334,7 @@ return S_OK; } - *ppv = NULL; + *ppv = nullptr; return E_NOINTERFACE; }