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

Unified Diff: net/proxy/proxy_config_service_mac.h

Issue 10854063: Clean-up inline members of nested classes (net/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: net/proxy/proxy_config_service_mac.h
diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
index 212ad58f284649e00baea21310935b26b540b102..61445bd373b3006ca74fffc507f7a170444908c0 100644
--- a/net/proxy/proxy_config_service_mac.h
+++ b/net/proxy/proxy_config_service_mac.h
@@ -51,12 +51,8 @@ class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
// NetworkConfigWatcherMac::Delegate implementation:
virtual void StartReachabilityNotifications() OVERRIDE {}
virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store)
- OVERRIDE {
- proxy_config_service_->SetDynamicStoreNotificationKeys(store);
- }
- virtual void OnNetworkConfigChange(CFArrayRef changed_keys) OVERRIDE {
- proxy_config_service_->OnNetworkConfigChange(changed_keys);
- }
+ OVERRIDE;
mmenke 2012/08/09 15:13:35 nit: OVERRIDE is generally not placed on its own
hans 2012/08/09 15:35:42 Done.
+ virtual void OnNetworkConfigChange(CFArrayRef changed_keys) OVERRIDE;
private:
ProxyConfigServiceMac* const proxy_config_service_;

Powered by Google App Engine
This is Rietveld 408576698