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

Unified Diff: chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc

Issue 2921013003: Update a comment in proxy_resolution_service_provider_unittest.cc following deprecation of base::No… (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc
diff --git a/chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc b/chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc
index eadba7f8ef51e250026c1efc6af09ed6f1a85056..fbb4345099e572cec00682ba4a11dbac43b4ed2d 100644
--- a/chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc
+++ b/chromeos/dbus/services/proxy_resolution_service_provider_unittest.cc
@@ -178,7 +178,7 @@ class TestDelegate : public ProxyResolutionServiceProvider::Delegate {
net::ProxyResolver* proxy_resolver_; // Not owned.
// Created, used, and destroyed on the network thread (since net::ProxyService
- // derives from base::NonThreadSafe).
+ // is thread-affine (uses ThreadChecker)).
std::unique_ptr<net::ProxyService> proxy_service_;
scoped_refptr<net::TestURLRequestContextGetter> context_getter_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698