Index: remoting/protocol/fake_connection_to_host.h |
diff --git a/remoting/protocol/fake_connection_to_host.h b/remoting/protocol/fake_connection_to_host.h |
index 8220a96ebc66f3a90e05c945beda47c668823651..1c3fe4019e07b4fa81f5210678b3ae09c3685686 100644 |
--- a/remoting/protocol/fake_connection_to_host.h |
+++ b/remoting/protocol/fake_connection_to_host.h |
@@ -54,7 +54,7 @@ class FakeConnectionToHost : public protocol::ConnectionToHost { |
testing::NiceMock<protocol::MockClipboardStub> mock_clipboard_stub_; |
testing::NiceMock<protocol::MockHostStub> mock_host_stub_; |
testing::NiceMock<protocol::MockInputStub> mock_input_stub_; |
- protocol::SessionConfig session_config_; |
+ scoped_ptr<protocol::SessionConfig> session_config_; |
DISALLOW_COPY_AND_ASSIGN(FakeConnectionToHost); |
}; |