system_logs_source.cc 429 B

1234567891011121314
  1. // Copyright 2017 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/feedback/system_logs/system_logs_source.h"
  5. namespace system_logs {
  6. SystemLogsSource::SystemLogsSource(const std::string& source_name)
  7. : source_name_(source_name) {}
  8. SystemLogsSource::~SystemLogsSource() {}
  9. } // namespace system_logs