report_queue_provider_test_helper.h 622 B

1234567891011121314151617
  1. // Copyright 2021 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. #ifndef COMPONENTS_REPORTING_CLIENT_REPORT_QUEUE_PROVIDER_TEST_HELPER_H_
  5. #define COMPONENTS_REPORTING_CLIENT_REPORT_QUEUE_PROVIDER_TEST_HELPER_H_
  6. namespace reporting {
  7. class MockReportQueueProvider;
  8. namespace report_queue_provider_test_helper {
  9. void SetForTesting(MockReportQueueProvider* provider);
  10. } // namespace report_queue_provider_test_helper
  11. } // namespace reporting
  12. #endif // COMPONENTS_REPORTING_CLIENT_REPORT_QUEUE_PROVIDER_TEST_HELPER_H_