diff options
Diffstat (limited to 'chrome/browser/net/url_request_mock_util.cc')
-rw-r--r-- | chrome/browser/net/url_request_mock_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/url_request_mock_util.cc b/chrome/browser/net/url_request_mock_util.cc index b3ac398..ce32af3 100644 --- a/chrome/browser/net/url_request_mock_util.cc +++ b/chrome/browser/net/url_request_mock_util.cc @@ -20,8 +20,8 @@ namespace chrome_browser_net { void SetUrlRequestMocksEnabled(bool enabled) { - // Since this involves changing the URLRequest ProtocolFactory, we need to - // run on the IO thread. + // Since this involves changing the net::URLRequest ProtocolFactory, we need + // to run on the IO thread. DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); if (enabled) { |