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

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

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 7 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_server_properties_manager_unittest.cc
diff --git a/chrome/browser/net/http_server_properties_manager_unittest.cc b/chrome/browser/net/http_server_properties_manager_unittest.cc
index f3e106181c4f5c1cb00d95ee7ce5b62cb95444a4..5ce55846249c8916d603c144968c647ed31d90e2 100644
--- a/chrome/browser/net/http_server_properties_manager_unittest.cc
+++ b/chrome/browser/net/http_server_properties_manager_unittest.cc
@@ -126,7 +126,7 @@ class HttpServerPropertiesManagerTest : public testing::Test {
UpdatePrefsFromCacheOnIOConcrete));
}
- MessageLoop loop_;
+ base::MessageLoop loop_;
TestingPrefServiceSimple pref_service_;
scoped_ptr<TestingHttpServerPropertiesManager> http_server_props_manager_;
@@ -440,7 +440,7 @@ TEST_F(HttpServerPropertiesManagerTest, Clear) {
ExpectPrefsUpdate();
// Clear http server data, time out if we do not get a completion callback.
- http_server_props_manager_->Clear(MessageLoop::QuitClosure());
+ http_server_props_manager_->Clear(base::MessageLoop::QuitClosure());
loop_.Run();
EXPECT_FALSE(http_server_props_manager_->SupportsSpdy(spdy_server_mail));
« no previous file with comments | « chrome/browser/net/http_pipelining_compatibility_client_unittest.cc ('k') | chrome/browser/net/load_timing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698