chromium/components/feed/core/v2/public/stream_type.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/stream_type.h"

namespace feed {

std::string StreamType::ToString() const {}

// static
StreamType StreamType::ForTaskId(RefreshTaskId task_id) {}

bool StreamType::GetRefreshTaskId(RefreshTaskId& out_id) const {}

}  // namespace feed