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

Unified Diff: chrome/common/extensions/manifest_handlers/linked_app_icons.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/common/extensions/manifest_handlers/linked_app_icons.h
diff --git a/chrome/common/extensions/manifest_handlers/linked_app_icons.h b/chrome/common/extensions/manifest_handlers/linked_app_icons.h
index d421b2f3b50b32f08dc6c6567d15a12a336ee99f..54a9a99c1e2c48b17c99295a981bb2270a355d0f 100644
--- a/chrome/common/extensions/manifest_handlers/linked_app_icons.h
+++ b/chrome/common/extensions/manifest_handlers/linked_app_icons.h
@@ -11,10 +11,6 @@
#include "extensions/common/extension.h"
#include "extensions/common/manifest_handler.h"
-namespace base {
-class DictionaryValue;
-}
-
namespace extensions {
// A structure to hold the parsed linked app icon data.

Powered by Google App Engine
This is Rietveld 408576698