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

Unified Diff: net/proxy/mock_proxy_resolver.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/cookies/cookie_store_test_callbacks.h ('k') | net/proxy/proxy_config_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/mock_proxy_resolver.h
diff --git a/net/proxy/mock_proxy_resolver.h b/net/proxy/mock_proxy_resolver.h
index 8f78c911a52ea5f9c7e534dd0f374c415277a616..fc2422c6c32152a5ae57c4abdf70e4e0ad94695d 100644
--- a/net/proxy/mock_proxy_resolver.h
+++ b/net/proxy/mock_proxy_resolver.h
@@ -12,7 +12,9 @@
#include "net/base/net_errors.h"
#include "net/proxy/proxy_resolver.h"
+namespace base {
class MessageLoop;
+}
namespace net {
@@ -42,7 +44,7 @@ class MockAsyncProxyResolverBase : public ProxyResolver {
const GURL url_;
ProxyInfo* results_;
net::CompletionCallback callback_;
- MessageLoop* origin_loop_;
+ base::MessageLoop* origin_loop_;
};
class SetPacScriptRequest {
@@ -61,7 +63,7 @@ class MockAsyncProxyResolverBase : public ProxyResolver {
MockAsyncProxyResolverBase* resolver_;
const scoped_refptr<ProxyResolverScriptData> script_data_;
net::CompletionCallback callback_;
- MessageLoop* origin_loop_;
+ base::MessageLoop* origin_loop_;
};
typedef std::vector<scoped_refptr<Request> > RequestsList;
« no previous file with comments | « net/cookies/cookie_store_test_callbacks.h ('k') | net/proxy/proxy_config_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698