summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/desktop_process.h')
-rw-r--r--remoting/host/desktop_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
index 75786b5..e95971e 100644
--- a/remoting/host/desktop_process.h
+++ b/remoting/host/desktop_process.h
@@ -57,7 +57,7 @@ class DesktopProcess : public IPC::Listener {
// Provides screen/audio capturing and input injection services for
// the network process.
- scoped_ptr<DesktopSessionAgent> desktop_agent_;
+ scoped_refptr<DesktopSessionAgent> desktop_agent_;
DISALLOW_COPY_AND_ASSIGN(DesktopProcess);
};