| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index 3111cb18fc666a7fb42d4390004c9f8d3ed20c42..66de001126acf7d61596ffa525e7fc24cecfb6ac 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -27,6 +27,10 @@ class ExtensionSpecialStoragePolicy;
|
| class IOThread;
|
| class Profile;
|
|
|
| +namespace chrome_browser_net {
|
| +class Predictor;
|
| +}
|
| +
|
| namespace content {
|
| class PluginDataRemover;
|
| class StoragePartition;
|
| @@ -303,7 +307,8 @@ class BrowsingDataRemover
|
|
|
| // Invoked on the IO thread to clear speculative data related to hostname
|
| // pre-resolution from the network Predictor.
|
| - void ClearNetworkPredictorOnIOThread();
|
| + void ClearNetworkPredictorOnIOThread(
|
| + chrome_browser_net::Predictor* predictor);
|
|
|
| // Callback for when network related data in ProfileIOData has been cleared.
|
| // Clears the respective waiting flag and invokes NotifyAndDeleteIfDone.
|
|
|