// Copyright 2020 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_DECLARATIVE_NET_REQUEST_GLOBAL_RULES_TRACKER_H_ #define EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_GLOBAL_RULES_TRACKER_H_ #include "base/memory/raw_ptr.h" #include "extensions/common/extension_id.h" namespace extensions { class ExtensionPrefs; class ExtensionRegistry; namespace declarative_net_request { class GlobalRulesTracker { … }; } // namespace declarative_net_request } // namespace extensions #endif // EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_GLOBAL_RULES_TRACKER_H_