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

Side by Side Diff: content/renderer/media/media_stream_dependency_factory.h

Issue 9174012: Roll libjingle to r108. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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
« no previous file with comments | « DEPS ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_
6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_ 6 #define CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "content/common/content_export.h" 12 #include "content/common/content_export.h"
13 #include "third_party/libjingle/source/talk/app/webrtc/peerconnectionfactory.h" 13 #include "third_party/libjingle/source/talk/app/webrtcv1/peerconnectionfactory.h "
14 #include "webkit/glue/p2p_transport.h" 14 #include "webkit/glue/p2p_transport.h"
15 15
16 namespace content { 16 namespace content {
17 class IpcNetworkManager; 17 class IpcNetworkManager;
18 class IpcPacketSocketFactory; 18 class IpcPacketSocketFactory;
19 class P2PSocketDispatcher; 19 class P2PSocketDispatcher;
20 } 20 }
21 21
22 namespace cricket { 22 namespace cricket {
23 class MediaEngineInterface; 23 class MediaEngineInterface;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 cricket::PortAllocator* port_allocator, 69 cricket::PortAllocator* port_allocator,
70 talk_base::Thread* signaling_thread); 70 talk_base::Thread* signaling_thread);
71 71
72 private: 72 private:
73 scoped_ptr<webrtc::PeerConnectionFactory> pc_factory_; 73 scoped_ptr<webrtc::PeerConnectionFactory> pc_factory_;
74 74
75 DISALLOW_COPY_AND_ASSIGN(MediaStreamDependencyFactory); 75 DISALLOW_COPY_AND_ASSIGN(MediaStreamDependencyFactory);
76 }; 76 };
77 77
78 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_ 78 #endif // CONTENT_RENDERER_MEDIA_MEDIA_STREAM_DEPENDENCY_FACTORY_H_
OLDNEW
« no previous file with comments | « DEPS ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698