| Index: components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| diff --git a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| index 974e97bb416f891ea6b249d25e83f6c76eb48f5a..91ad51698fef46d848332833cf6cdba45a126774 100644
|
| --- a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| +++ b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef COMPONENTS_SUBRESOURCE_FILTER_CORE_BROWSER_SUBRESOURCE_FILTER_FEATURES_TEST_SUPPORT_H_
|
| #define COMPONENTS_SUBRESOURCE_FILTER_CORE_BROWSER_SUBRESOURCE_FILTER_FEATURES_TEST_SUPPORT_H_
|
|
|
| +#include <iosfwd>
|
| #include <memory>
|
| #include <string>
|
|
|
| @@ -69,6 +70,9 @@ class ScopedSubresourceFilterFeatureToggle {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedSubresourceFilterFeatureToggle);
|
| };
|
|
|
| +// For logging in tests.
|
| +std::ostream& operator<<(std::ostream& os, const Configuration& config);
|
| +
|
| } // namespace testing
|
| } // namespace subresource_filter
|
|
|
|
|