Chromium Code Reviews| Index: net/base/network_config_watcher_mac.cc |
| diff --git a/net/base/network_config_watcher_mac.cc b/net/base/network_config_watcher_mac.cc |
| index bd3528a75009edabd1596cc68b4203c162da1a26..b4ea3c4a888337079c56103970acf66c134e1811 100644 |
| --- a/net/base/network_config_watcher_mac.cc |
| +++ b/net/base/network_config_watcher_mac.cc |
| @@ -78,6 +78,7 @@ void NetworkConfigWatcherMacThread::Init() { |
| } |
| void NetworkConfigWatcherMacThread::CleanUp() { |
| + delegate_->CleanUp(); |
| if (!run_loop_source_.get()) |
| return; |