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

Unified Diff: net/tools/net_watcher/net_watcher.cc

Issue 2944313003: Remove the dependence on BrowserThread::FILE for (Closed)
Patch Set: weeee Created 3 years, 6 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/tools/net_watcher/net_watcher.cc
diff --git a/net/tools/net_watcher/net_watcher.cc b/net/tools/net_watcher/net_watcher.cc
index 02cb3987ace676f939ab7c0bf7529e5a6c9510e7..53ca175c7ed866eda43c5dd291152849faa1583b 100644
--- a/net/tools/net_watcher/net_watcher.cc
+++ b/net/tools/net_watcher/net_watcher.cc
@@ -181,7 +181,7 @@ int main(int argc, char* argv[]) {
// Use the network loop as the file loop also.
std::unique_ptr<net::ProxyConfigService> proxy_config_service(
net::ProxyService::CreateSystemProxyConfigService(
- network_loop.task_runner(), network_loop.task_runner()));
+ network_loop.task_runner()));
// Uses |network_change_notifier|.
net::NetworkChangeNotifier::AddIPAddressObserver(&net_watcher);

Powered by Google App Engine
This is Rietveld 408576698