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