#include "components/feed/core/v2/web_feed_subscriptions/web_feed_types.h"
#include <ostream>
namespace feed {
WebFeedInFlightChange::WebFeedInFlightChange() = default;
WebFeedInFlightChange::WebFeedInFlightChange(const WebFeedInFlightChange&) =
default;
WebFeedInFlightChange::WebFeedInFlightChange(WebFeedInFlightChange&&) = default;
WebFeedInFlightChange& WebFeedInFlightChange::operator=(
WebFeedInFlightChange&&) = default;
WebFeedInFlightChange& WebFeedInFlightChange::operator=(
const WebFeedInFlightChange&) = default;
WebFeedInFlightChange::~WebFeedInFlightChange() = default;
std::ostream& operator<<(std::ostream& os,
const WebFeedInFlightChange& change) { … }
std::ostream& operator<<(std::ostream& os,
const WebFeedInFlightChangeStrategy& strategy) { … }
}