summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 01:49:25 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 01:49:25 +0000
commit9be87ba466fa2259e27974b43633414e5e1293ab (patch)
tree7ce56f70f6f5d0f2e6eb77a5ccdcc3ff15767382 /net/proxy
parentc7b7610da317994ddbf52676be965f9a486f582a (diff)
downloadchromium_src-9be87ba466fa2259e27974b43633414e5e1293ab.zip
chromium_src-9be87ba466fa2259e27974b43633414e5e1293ab.tar.gz
chromium_src-9be87ba466fa2259e27974b43633414e5e1293ab.tar.bz2
Minor cleanup of Mac/Linux network change notifier code:
Add OVERRIDE, replace NewRunnableMethod with Bind, fix a couple includes. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8073027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/proxy_config_service_mac.cc1
-rw-r--r--net/proxy/proxy_config_service_mac.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/net/proxy/proxy_config_service_mac.cc b/net/proxy/proxy_config_service_mac.cc
index df26466..2fd6ee0 100644
--- a/net/proxy/proxy_config_service_mac.cc
+++ b/net/proxy/proxy_config_service_mac.cc
@@ -10,6 +10,7 @@
#include "base/logging.h"
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"
+#include "base/message_loop.h"
#include "base/sys_string_conversions.h"
#include "net/base/net_errors.h"
#include "net/proxy/proxy_config.h"
diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
index 493e6a2..a38a0b6 100644
--- a/net/proxy/proxy_config_service_mac.h
+++ b/net/proxy/proxy_config_service_mac.h
@@ -15,6 +15,8 @@
#include "net/proxy/proxy_config.h"
#include "net/proxy/proxy_config_service.h"
+class MessageLoop;
+
namespace net {
class ProxyConfigServiceMac : public ProxyConfigService {