| Index: chrome/browser/net/url_request_mock_util.cc
|
| diff --git a/chrome/browser/net/url_request_mock_util.cc b/chrome/browser/net/url_request_mock_util.cc
|
| index b3ac398d6811b7fe55725db30d1f6ad66e3cc795..ce32af315255c342e32da07227104252f04dc6b3 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) {
|
|
|