#ifndef CONTENT_PUBLIC_TEST_MOCK_BROWSING_DATA_REMOVER_DELEGATE_H_
#define CONTENT_PUBLIC_TEST_MOCK_BROWSING_DATA_REMOVER_DELEGATE_H_
#include <list>
#include <memory>
#include "base/time/time.h"
#include "content/public/browser/browsing_data_filter_builder.h"
#include "content/public/browser/browsing_data_remover_delegate.h"
namespace content {
class StoragePartition;
class MockBrowsingDataRemoverDelegate : public BrowsingDataRemoverDelegate { … };
std::ostream& operator<<(
std::ostream& os,
const MockBrowsingDataRemoverDelegate::CallParameters& params);
}
#endif