summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 00:40:50 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 00:40:50 +0000
commit951785568c509f1a127b3d6a1cc48f3796b20b96 (patch)
treedfc5d31ea54b01a3eef4361d83eda1d02245de5f /remoting/host/chromoting_host_context.cc
parent57a9cbcb121746271589eb014661ec5cc0d17303 (diff)
downloadchromium_src-951785568c509f1a127b3d6a1cc48f3796b20b96.zip
chromium_src-951785568c509f1a127b3d6a1cc48f3796b20b96.tar.gz
chromium_src-951785568c509f1a127b3d6a1cc48f3796b20b96.tar.bz2
Implement HostPortAllocator.
HostPortAllocator is a PortAllocator specific to Chromoting host. BUG=103991 Review URL: https://chromiumcodereview.appspot.com/10160013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host_context.cc')
-rw-r--r--remoting/host/chromoting_host_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
index 1eaa454..5e9ff76 100644
--- a/remoting/host/chromoting_host_context.cc
+++ b/remoting/host/chromoting_host_context.cc
@@ -75,7 +75,7 @@ base::MessageLoopProxy* ChromotingHostContext::file_message_loop() {
return file_thread_.message_loop_proxy();
}
-const scoped_refptr<URLRequestContextGetter>&
+const scoped_refptr<net::URLRequestContextGetter>&
ChromotingHostContext::url_request_context_getter() {
DCHECK(url_request_context_getter_.get());
return url_request_context_getter_;