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

Unified Diff: chrome/common/extensions/command.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/command.h
diff --git a/chrome/common/extensions/command.h b/chrome/common/extensions/command.h
index 63edc01cc54e8de85a49e89937ad98ad5d700c81..a4b9a57598ed1106863b3d4e3b84bdded7e68dfa 100644
--- a/chrome/common/extensions/command.h
+++ b/chrome/common/extensions/command.h
@@ -16,10 +16,6 @@ class DictionaryValue;
}
namespace extensions {
-class Extension;
-}
-
-namespace extensions {
class Command {
public:

Powered by Google App Engine
This is Rietveld 408576698