| Index: net/http/mock_http_cache.h
|
| diff --git a/net/http/mock_http_cache.h b/net/http/mock_http_cache.h
|
| index 5ead727b76a7f873dfd111215ac3dc53fac8946e..9714f91b4c543f706b3971c21d781ccdb3f5daef 100644
|
| --- a/net/http/mock_http_cache.h
|
| +++ b/net/http/mock_http_cache.h
|
| @@ -114,9 +114,8 @@ class MockDiskCache : public disk_cache::Backend {
|
| virtual int DoomEntriesSince(
|
| base::Time initial_time,
|
| const net::CompletionCallback& callback) OVERRIDE;
|
| - virtual int OpenNextEntry(void** iter, disk_cache::Entry** next_entry,
|
| + virtual int OpenNextEntry(Iterator* iter, disk_cache::Entry** next_entry,
|
| const net::CompletionCallback& callback) OVERRIDE;
|
| - virtual void EndEnumeration(void** iter) OVERRIDE;
|
| virtual void GetStats(
|
| std::vector<std::pair<std::string, std::string> >* stats) OVERRIDE;
|
| virtual void OnExternalCacheHit(const std::string& key) OVERRIDE;
|
|
|