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

Unified Diff: chrome/browser/extensions/permissions_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/permissions_updater.h
diff --git a/chrome/browser/extensions/permissions_updater.h b/chrome/browser/extensions/permissions_updater.h
index 2bb6f8fe2f9d62149afdbffad1b3e4e0f051ed2d..e31d52a45b0d00a6e0b902b2727139cf01e13605 100644
--- a/chrome/browser/extensions/permissions_updater.h
+++ b/chrome/browser/extensions/permissions_updater.h
@@ -11,10 +11,6 @@
#include "base/macros.h"
#include "extensions/browser/extension_event_histogram_value.h"
-namespace base {
-class DictionaryValue;
-}
-
namespace content {
class BrowserContext;
}
@@ -22,7 +18,6 @@ class BrowserContext;
namespace extensions {
class Extension;
-class ExtensionPrefs;
class PermissionSet;
// Updates an Extension's active and granted permissions in persistent storage
« no previous file with comments | « chrome/browser/extensions/pending_extension_manager.h ('k') | chrome/browser/extensions/proxy_overridden_bubble_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698