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

Unified Diff: chrome/browser/extensions/updater/extension_updater.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment 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: chrome/browser/extensions/updater/extension_updater.h
diff --git a/chrome/browser/extensions/updater/extension_updater.h b/chrome/browser/extensions/updater/extension_updater.h
index 92851e8c351fb8c2f26e6ec63bc845454399e542..65ddd996e12314241d427a9933f57c68a491c181 100644
--- a/chrome/browser/extensions/updater/extension_updater.h
+++ b/chrome/browser/extensions/updater/extension_updater.h
@@ -32,15 +32,10 @@ class ExtensionServiceInterface;
class PrefService;
class Profile;
-namespace content {
-class BrowserContext;
-}
-
namespace extensions {
class ExtensionCache;
class ExtensionPrefs;
-class ExtensionRegistry;
class ExtensionSet;
class ExtensionUpdaterTest;

Powered by Google App Engine
This is Rietveld 408576698