From aeb53f0e2f6352ec7fbc2113270a97072b42c764 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sat, 15 Jan 2011 00:21:34 +0000 Subject: net: Remove typedef net::URLRequestContext URLRequestContext; BUG=64263 TEST=compiled locally, trybots Review URL: http://codereview.chromium.org/6338002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71522 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/appcache/appcache_update_job_unittest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webkit/appcache/appcache_update_job_unittest.cc') diff --git a/webkit/appcache/appcache_update_job_unittest.cc b/webkit/appcache/appcache_update_job_unittest.cc index 46f4cf7..66e145c 100644 --- a/webkit/appcache/appcache_update_job_unittest.cc +++ b/webkit/appcache/appcache_update_job_unittest.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. @@ -474,7 +474,7 @@ class IOThread : public base::Thread { Stop(); } - const scoped_refptr& request_context() { + const scoped_refptr& request_context() { return request_context_; } @@ -490,7 +490,7 @@ class IOThread : public base::Thread { } net::URLRequest::ProtocolFactory* old_factory_; - scoped_refptr request_context_; + scoped_refptr request_context_; }; } // namespace -- cgit v1.1