Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: components/content_settings/core/browser/host_content_settings_map.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/content_settings/core/browser/host_content_settings_map.h
diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
index b3eea7fff6e830d941ffb21421075386f9c9e52e..bf174b514bc5e24004205f8c52d2b27ba74652b0 100644
--- a/components/content_settings/core/browser/host_content_settings_map.h
+++ b/components/content_settings/core/browser/host_content_settings_map.h
@@ -26,7 +26,6 @@
#include "components/keyed_service/core/refcounted_keyed_service.h"
#include "components/prefs/pref_change_registrar.h"
-class ExtensionService;
class GURL;
class PrefService;
@@ -39,6 +38,7 @@ namespace content_settings {
class ObservableProvider;
class ProviderInterface;
class PrefProvider;
+class RuleIterator;
class TestUtils;
}

Powered by Google App Engine
This is Rietveld 408576698