// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_API_TEST_TEST_API_OBSERVER_REGISTRY_H_ #define EXTENSIONS_BROWSER_API_TEST_TEST_API_OBSERVER_REGISTRY_H_ #include <string> #include "base/no_destructor.h" #include "base/observer_list.h" #include "extensions/browser/api/test/test_api_observer.h" namespace base { class Value; } namespace content { class BrowserContext; } namespace extensions { class TestSendMessageFunction; class TestApiObserverRegistry { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_API_TEST_TEST_API_OBSERVER_REGISTRY_H_