| Index: net/url_request/view_cache_helper_unittest.cc
|
| diff --git a/net/url_request/view_cache_helper_unittest.cc b/net/url_request/view_cache_helper_unittest.cc
|
| index 3903c2b5f5fc53e392ecc310d3a56267fffa8aa5..b99a90c90c646f2575b42ba2d74cd85e5e5140f4 100644
|
| --- a/net/url_request/view_cache_helper_unittest.cc
|
| +++ b/net/url_request/view_cache_helper_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace {
|
|
|
| -class TestURLRequestContext : public URLRequestContext {
|
| +class TestURLRequestContext : public net::URLRequestContext {
|
| public:
|
| TestURLRequestContext();
|
|
|
| @@ -81,7 +81,7 @@ void WriteToEntry(disk_cache::Backend* cache, const std::string key,
|
| entry->Close();
|
| }
|
|
|
| -void FillCache(URLRequestContext* context) {
|
| +void FillCache(net::URLRequestContext* context) {
|
| TestCompletionCallback cb;
|
| disk_cache::Backend* cache;
|
| int rv =
|
|
|