| Index: chrome/browser/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h
|
| index 10f9061985c83bc5adf9ef8e0835bf61a78222fe..385ecaa19e4d7f938acf5fb9f36599a828de5bf7 100644
|
| --- a/chrome/browser/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data_remover.h
|
| @@ -229,7 +229,7 @@ class BrowsingDataRemover : public content::NotificationObserver,
|
| static bool removing_;
|
|
|
| // Used to delete data from the HTTP caches.
|
| - net::CompletionCallback cache_callback_;
|
| + net::OldCompletionCallbackImpl<BrowsingDataRemover> cache_callback_;
|
| CacheState next_cache_state_;
|
| disk_cache::Backend* cache_;
|
|
|
|
|