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