Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5352)

Unified Diff: chrome/browser/net/http_pipelining_compatibility_client_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f582d1b6133972a33e97bc4ca71630fe091039d2..006deb7a07df1cecfec8cc181cff7ae70b043ab8 100644
--- a/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
+++ b/chrome/browser/net/http_pipelining_compatibility_client_unittest.cc
@@ -204,7 +204,7 @@ class HttpPipeliningCompatibilityClientTest : public testing::Test {
}
}
- MessageLoopForIO message_loop_;
+ base::MessageLoopForIO message_loop_;
net::TestServer test_server_;
net::TestURLRequestContextGetter* context_;
content::TestBrowserThread io_thread_;

Powered by Google App Engine
This is Rietveld 408576698