diff options
Diffstat (limited to 'rlz/lib/rlz_lib_test.cc')
-rw-r--r-- | rlz/lib/rlz_lib_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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<TestURLRequestContextGetter> context = - new TestURLRequestContextGetter( + scoped_refptr<net::TestURLRequestContextGetter> context = + new net::TestURLRequestContextGetter( io_thread.message_loop()->message_loop_proxy()); rlz_lib::SetURLRequestContext(context.get()); |