| Index: chrome/browser/renderer_host/resource_queue_unittest.cc
|
| diff --git a/chrome/browser/renderer_host/resource_queue_unittest.cc b/chrome/browser/renderer_host/resource_queue_unittest.cc
|
| index fa466f13ccaf9c4f062b76417c894fb1e6450d9a..33397014e93bfc31391a9a92f6b6abdb52862375 100644
|
| --- a/chrome/browser/renderer_host/resource_queue_unittest.cc
|
| +++ b/chrome/browser/renderer_host/resource_queue_unittest.cc
|
| @@ -164,7 +164,7 @@ class ResourceQueueTest : public testing::Test,
|
| virtual void OnResponseStarted(net::URLRequest* request) {
|
| response_started_count_++;
|
| // We're not going to do anything more with the request. Cancel it now
|
| - // to avoid leaking URLRequestJob.
|
| + // to avoid leaking net::URLRequestJob.
|
| request->Cancel();
|
| }
|
|
|
|
|