Index: chrome/browser/net/http_pipelining_compatibility_client_unittest.cc |
diff --git a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc |
index 65b0b11d5778fe697bedaf27a77b56858d2903a0..6f7cbcc51e89761cf9ec72855311caf18b034d11 100644 |
--- a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc |
+++ b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc |
@@ -94,7 +94,7 @@ class HttpPipeliningCompatibilityClientTest : public testing::Test { |
// TODO(rtenneti): Leaks StatisticsRecorder and will update suppressions. |
base::StatisticsRecorder::Initialize(); |
ASSERT_TRUE(test_server_.Start()); |
- context_ = new TestURLRequestContextGetter( |
+ context_ = new net::TestURLRequestContextGetter( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
context_->AddRef(); |
@@ -204,7 +204,7 @@ class HttpPipeliningCompatibilityClientTest : public testing::Test { |
MessageLoopForIO message_loop_; |
net::TestServer test_server_; |
- TestURLRequestContextGetter* context_; |
+ net::TestURLRequestContextGetter* context_; |
content::TestBrowserThread io_thread_; |
private: |