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

Unified Diff: net/test/net_test_suite.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « net/proxy/proxy_service.h ('k') | printing/printed_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/net_test_suite.h
diff --git a/net/test/net_test_suite.h b/net/test/net_test_suite.h
index 32e6b02b8880aab9e81f4c3364db1ea5f185bc47..c8479d724ed41f20de93c773947ed362b72ca32e 100644
--- a/net/test/net_test_suite.h
+++ b/net/test/net_test_suite.h
@@ -10,7 +10,9 @@
#include "build/build_config.h"
#include "net/dns/mock_host_resolver.h"
+namespace base {
class MessageLoop;
+}
namespace net {
class NetworkChangeNotifier;
@@ -45,7 +47,7 @@ class NetTestSuite : public base::TestSuite {
private:
scoped_ptr<net::NetworkChangeNotifier> network_change_notifier_;
- scoped_ptr<MessageLoop> message_loop_;
+ scoped_ptr<base::MessageLoop> message_loop_;
scoped_refptr<net::RuleBasedHostResolverProc> host_resolver_proc_;
net::ScopedDefaultHostResolverProc scoped_host_resolver_proc_;
};
« no previous file with comments | « net/proxy/proxy_service.h ('k') | printing/printed_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698