OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "remoting/protocol/protocol_mock_objects.h" | 5 #include "remoting/protocol/protocol_mock_objects.h" |
6 | 6 |
7 #include "base/message_loop_proxy.h" | 7 #include "base/message_loop_proxy.h" |
8 #include "net/base/ip_endpoint.h" | 8 #include "net/base/ip_endpoint.h" |
9 #include "remoting/protocol/transport.h" | 9 #include "remoting/protocol/transport.h" |
10 | 10 |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 MockClientStub::~MockClientStub() {} | 47 MockClientStub::~MockClientStub() {} |
48 | 48 |
49 MockVideoStub::MockVideoStub() {} | 49 MockVideoStub::MockVideoStub() {} |
50 | 50 |
51 MockVideoStub::~MockVideoStub() {} | 51 MockVideoStub::~MockVideoStub() {} |
52 | 52 |
53 MockSession::MockSession() {} | 53 MockSession::MockSession() {} |
54 | 54 |
55 MockSession::~MockSession() {} | 55 MockSession::~MockSession() {} |
56 | 56 |
| 57 MockSessionManager::MockSessionManager() {} |
| 58 |
| 59 MockSessionManager::~MockSessionManager() {} |
| 60 |
57 } // namespace protocol | 61 } // namespace protocol |
58 } // namespace remoting | 62 } // namespace remoting |
OLD | NEW |