| Index: chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| diff --git a/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc b/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| index fc642e8c188152eaf3bbc6ff349a10d694b46e78..65fda5048566bc2540e72ee98e57a83e0c8c82b0 100644
|
| --- a/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| +++ b/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -146,8 +146,8 @@ void SocketStreamDispatcherHost::DeleteSocketStreamHost(int socket_id) {
|
| }
|
| }
|
|
|
| -URLRequestContext* SocketStreamDispatcherHost::GetURLRequestContext() {
|
| - URLRequestContext* rv = NULL;
|
| +net::URLRequestContext* SocketStreamDispatcherHost::GetURLRequestContext() {
|
| + net::URLRequestContext* rv = NULL;
|
| if (url_request_context_override_.get()) {
|
| rv = url_request_context_override_->GetRequestContext(
|
| 0, ResourceType::SUB_RESOURCE);
|
|
|