summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_extension_session_manager.cc
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-01-09 11:33:24 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-09 19:34:12 +0000
commitc5f104b31e1a640e4adaeaac7fca30c72eb04138 (patch)
treef1de6d1828d8eaef25a9aa4e07a4a4d46764f045 /remoting/host/host_extension_session_manager.cc
parenta261cb0d164c411e916fb62f4c560ce5acb260f3 (diff)
downloadchromium_src-c5f104b31e1a640e4adaeaac7fca30c72eb04138.zip
chromium_src-c5f104b31e1a640e4adaeaac7fca30c72eb04138.tar.gz
chromium_src-c5f104b31e1a640e4adaeaac7fca30c72eb04138.tar.bz2
replace NULL->nullptr in src/remoting.
Review URL: https://codereview.chromium.org/810133003 Cr-Commit-Position: refs/heads/master@{#310816}
Diffstat (limited to 'remoting/host/host_extension_session_manager.cc')
-rw-r--r--remoting/host/host_extension_session_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_extension_session_manager.cc b/remoting/host/host_extension_session_manager.cc
index 9fd2717..b6ce83e 100644
--- a/remoting/host/host_extension_session_manager.cc
+++ b/remoting/host/host_extension_session_manager.cc
@@ -16,7 +16,7 @@ HostExtensionSessionManager::HostExtensionSessionManager(
const std::vector<HostExtension*>& extensions,
ClientSessionControl* client_session_control)
: client_session_control_(client_session_control),
- client_stub_(NULL),
+ client_stub_(nullptr),
extensions_(extensions) {
}