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

Unified Diff: chrome/browser/extensions/extension_management.h

Issue 2106073006: [Extensions] Pull ExtensionId into its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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/extension_management.h
diff --git a/chrome/browser/extensions/extension_management.h b/chrome/browser/extensions/extension_management.h
index 1d85c98f89d73b07742b7309dbc77d9f4aa193cc..b3010588ad5882142261f73c0f34e7b157268c50 100644
--- a/chrome/browser/extensions/extension_management.h
+++ b/chrome/browser/extensions/extension_management.h
@@ -20,7 +20,7 @@
#include "components/keyed_service/core/keyed_service.h"
#include "components/prefs/pref_change_registrar.h"
#include "extensions/browser/management_policy.h"
-#include "extensions/common/extension.h"
+#include "extensions/common/extension_id.h"
#include "extensions/common/manifest.h"
class GURL;
@@ -40,6 +40,7 @@ struct GlobalSettings;
} // namespace internal
class APIPermissionSet;
+class Extension;
class PermissionSet;
// Tracks the management policies that affect extensions and provides interfaces
« no previous file with comments | « chrome/browser/extensions/api/storage/sync_value_store_cache.cc ('k') | chrome/browser/extensions/extension_management.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698