diagnostics_browser_delegate.cc 459 B

1234567891011121314
  1. // Copyright 2022 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 "ash/system/diagnostics/diagnostics_browser_delegate.h"
  5. namespace ash {
  6. namespace diagnostics {
  7. DiagnosticsBrowserDelegate::DiagnosticsBrowserDelegate() = default;
  8. DiagnosticsBrowserDelegate::~DiagnosticsBrowserDelegate() = default;
  9. } // namespace diagnostics
  10. } // namespace ash