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

Unified Diff: components/component_updater/component_updater_service.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/component_updater/component_updater_service.h
diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
index 72bc13d2865b7e9615fa25a22d75081f7167d187..38961e2ec3e25428cd46ab82d12875948b729c48 100644
--- a/components/component_updater/component_updater_service.h
+++ b/components/component_updater/component_updater_service.h
@@ -20,23 +20,11 @@
class ComponentsUI;
class PluginObserver;
-class SupervisedUserWhitelistService;
namespace base {
-class DictionaryValue;
-class FilePath;
class SequencedTaskRunner;
}
-namespace content {
-class ResourceThrottle;
-}
-
-namespace net {
-class URLRequestContextGetter;
-class URLRequest;
-}
-
namespace policy {
class ComponentUpdaterPolicyTest;
}

Powered by Google App Engine
This is Rietveld 408576698