| Index: chrome/browser/browsing_data_remover.h
|
| ===================================================================
|
| --- chrome/browser/browsing_data_remover.h (revision 110324)
|
| +++ chrome/browser/browsing_data_remover.h (working copy)
|
| @@ -21,9 +21,12 @@
|
|
|
| class ExtensionSpecialStoragePolicy;
|
| class IOThread;
|
| -class PluginDataRemover;
|
| class Profile;
|
|
|
| +namespace content {
|
| +class PluginDataRemover;
|
| +}
|
| +
|
| namespace disk_cache {
|
| class Backend;
|
| }
|
| @@ -238,7 +241,7 @@
|
| scoped_refptr<net::URLRequestContextGetter> media_context_getter_;
|
|
|
| // Used to delete plugin data.
|
| - scoped_refptr<PluginDataRemover> plugin_data_remover_;
|
| + scoped_ptr<content::PluginDataRemover> plugin_data_remover_;
|
| base::WaitableEventWatcher watcher_;
|
|
|
| // True if we're waiting for various data to be deleted.
|
|
|