#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_SHARED_BROWSER_UNINDEXED_RULESET_STREAM_GENERATOR_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_SHARED_BROWSER_UNINDEXED_RULESET_STREAM_GENERATOR_H_
#include <stdint.h>
#include <memory>
#include <sstream>
namespace base {
class FilePath;
}
namespace google {
namespace protobuf {
namespace io {
class ZeroCopyInputStream;
}
}
}
namespace subresource_filter {
class CopyingFileInputStream;
struct UnindexedRulesetInfo;
class UnindexedRulesetStreamGenerator { … };
}
#endif