Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: remoting/protocol/protocol_mock_objects.cc

Issue 10538091: [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead of hard-coded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remoting.gyp. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698