Index: content/browser/resolve_proxy_msg_helper.h |
diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h |
index 85b3b69988bc0dff42fd3f7493d8f7ce73eefdf3..d672a33f2098dc8e68bf04ce85ae839b027ad183 100644 |
--- a/content/browser/resolve_proxy_msg_helper.h |
+++ b/content/browser/resolve_proxy_msg_helper.h |
@@ -27,8 +27,8 @@ |
// This object is expected to live on the IO thread. |
class ResolveProxyMsgHelper : public BrowserMessageFilter { |
public: |
- // If |proxy_service| is NULL, then the main profile's proxy service will |
- // be used. |
+ // If |proxy_service| is NULL, then the main browser context's proxy service |
+ // will be used. |
explicit ResolveProxyMsgHelper(net::ProxyService* proxy_service); |
// Destruction cancels the current outstanding request, and clears the |