chromium/components/feed/core/v2/public/common_enums.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/feed/core/v2/public/common_enums.h"

#include <ostream>

namespace feed {

std::ostream& operator<<(std::ostream& out, FeedUserActionType value) {}

}  // namespace feed