Index: chrome/browser/sync/glue/http_bridge.cc |
diff --git a/chrome/browser/sync/glue/http_bridge.cc b/chrome/browser/sync/glue/http_bridge.cc |
index 265a044210c5c77f5059c23a4124705fbc371420..b51975c3147c7b89abfc7690b9454d363cc9f4bb 100644 |
--- a/chrome/browser/sync/glue/http_bridge.cc |
+++ b/chrome/browser/sync/glue/http_bridge.cc |
@@ -87,7 +87,7 @@ HttpBridge::RequestContext::RequestContext( |
net::HttpNetworkSession* session = |
baseline_context->http_transaction_factory()->GetSession(); |
DCHECK(session); |
- http_transaction_factory_ = net::HttpNetworkLayer::CreateFactory(session); |
+ http_transaction_factory_ = new net::HttpNetworkLayer(session); |
// TODO(timsteele): We don't currently listen for pref changes of these |
// fields or CookiePolicy; I'm not sure we want to strictly follow the |