blob: f32cb2f128ffc1ed8c322c42dcda0e81d24ee30f [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/feedback/system_logs/system_logs_source.h"
namespace system_logs {
SystemLogsSource::SystemLogsSource(const std::string& source_name)
: source_name_(source_name) {}
SystemLogsSource::~SystemLogsSource() {}
} // namespace system_logs