| Index: remoting/host/chromium_port_allocator_factory.h
|
| ===================================================================
|
| --- remoting/host/chromium_port_allocator_factory.h (revision 287594)
|
| +++ remoting/host/chromium_port_allocator_factory.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| class ChromiumPortAllocatorFactory
|
| : public webrtc::PortAllocatorFactoryInterface {
|
| public:
|
| - static talk_base::scoped_refptr<webrtc::PortAllocatorFactoryInterface> Create(
|
| + static rtc::scoped_refptr<webrtc::PortAllocatorFactoryInterface> Create(
|
| const protocol::NetworkSettings& network_settings,
|
| scoped_refptr<net::URLRequestContextGetter> url_request_context_getter);
|
|
|
|
|