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

Unified Diff: chrome/browser/extensions/chrome_app_sorting.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/chrome_app_sorting.h
diff --git a/chrome/browser/extensions/chrome_app_sorting.h b/chrome/browser/extensions/chrome_app_sorting.h
index 6dff8c03d97a5b3fc5a2c749c6e5945bdbe83d89..463d0db3e5b6150b33cc82fea244909ed05b6f12 100644
--- a/chrome/browser/extensions/chrome_app_sorting.h
+++ b/chrome/browser/extensions/chrome_app_sorting.h
@@ -17,12 +17,8 @@
#include "extensions/browser/extension_prefs.h"
#include "extensions/common/extension.h"
-class PrefService;
-
namespace extensions {
-class ExtensionScopedPrefs;
-
class ChromeAppSorting : public AppSorting {
public:
explicit ChromeAppSorting(content::BrowserContext* browser_context);

Powered by Google App Engine
This is Rietveld 408576698