Index: chrome/browser/extensions/api/declarative_content/content_action.h |
diff --git a/chrome/browser/extensions/api/declarative_content/content_action.h b/chrome/browser/extensions/api/declarative_content/content_action.h |
index acc13e07606cbba7f41f258edfcecae9c9b1952c..72522dd177d06f1e9d8f8ab44b67e5e22891e6ce 100644 |
--- a/chrome/browser/extensions/api/declarative_content/content_action.h |
+++ b/chrome/browser/extensions/api/declarative_content/content_action.h |
@@ -9,13 +9,13 @@ |
#include <vector> |
#include "base/memory/ref_counted.h" |
-#include "extensions/browser/api/declarative/declarative_rule.h" |
#include "extensions/browser/declarative_user_script_master.h" |
#include "extensions/common/user_script.h" |
namespace base { |
class Time; |
class Value; |
+class DictionaryValue; |
} |
namespace content { |
@@ -158,8 +158,6 @@ class RequestContentScript : public ContentAction { |
DISALLOW_COPY_AND_ASSIGN(RequestContentScript); |
}; |
-typedef DeclarativeActionSet<ContentAction> ContentActionSet; |
- |
} // namespace extensions |
#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_CONTENT_CONTENT_ACTION_H_ |