// storage/browser/quota/quota_internals.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef STORAGE_BROWSER_QUOTA_QUOTA_INTERNALS_MOJOM_TEST_UTILS_H_ #define STORAGE_BROWSER_QUOTA_QUOTA_INTERNALS_MOJOM_TEST_UTILS_H_ #include "storage/browser/quota/quota_internals.mojom.h" #include "base/component_export.h" namespace storage::mojom { class COMPONENT_EXPORT(STORAGE_BROWSER_INTERFACES) QuotaInternalsHandlerInterceptorForTesting : public QuotaInternalsHandler { … }; class COMPONENT_EXPORT(STORAGE_BROWSER_INTERFACES) QuotaInternalsHandlerAsyncWaiter { … }; } // storage::mojom #endif // STORAGE_BROWSER_QUOTA_QUOTA_INTERNALS_MOJOM_TEST_UTILS_H_