| Index: net/http/http_cache_unittest.cc
|
| diff --git a/net/http/http_cache_unittest.cc b/net/http/http_cache_unittest.cc
|
| index 0f4b8e79c729a371e613cc8f115ac5abb7b4bd05..c0b6b36f64751f8e310e525ac5a7c43d9fb84401 100644
|
| --- a/net/http/http_cache_unittest.cc
|
| +++ b/net/http/http_cache_unittest.cc
|
| @@ -33,7 +33,7 @@ using base::Time;
|
|
|
| namespace {
|
|
|
| -class DeleteCacheCompletionCallback : public TestCompletionCallbackBase {
|
| +class DeleteCacheCompletionCallback : public net::TestCompletionCallbackBase {
|
| public:
|
| explicit DeleteCacheCompletionCallback(MockHttpCache* cache)
|
| : cache_(cache),
|
|
|