From 2086a3da7b13a837035f0df29b12fbb5c49fc120 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Tue, 13 Nov 2012 17:49:20 +0000 Subject: Reland 167337 - Move url_request_test_util into net namespace This file contains some rather generic names like "TestDelegate". Move it to the net namespace to avoid collisions BUG=none TBR=wtc@chromium.org,darin@chromium.org Original Review URL: https://codereview.chromium.org/11369179 Review URL: https://chromiumcodereview.appspot.com/11365227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167413 0039d316-1c4b-4281-b951-d872f2087c98 --- rlz/lib/rlz_lib_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rlz/lib') diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc index 2ab1bb3..3f5ca1f 100644 --- a/rlz/lib/rlz_lib_test.cc +++ b/rlz/lib/rlz_lib_test.cc @@ -432,8 +432,8 @@ TEST_F(RlzLibTest, SendFinancialPing) { base::Thread io_thread("rlz_unittest_io_thread"); ASSERT_TRUE(io_thread.StartWithOptions(options)); - scoped_refptr context = - new TestURLRequestContextGetter( + scoped_refptr context = + new net::TestURLRequestContextGetter( io_thread.message_loop()->message_loop_proxy()); rlz_lib::SetURLRequestContext(context.get()); -- cgit v1.1