| Index: extensions/browser/api/declarative/declarative_rule.h
|
| diff --git a/extensions/browser/api/declarative/declarative_rule.h b/extensions/browser/api/declarative/declarative_rule.h
|
| index e18f2bbde58a26473375c3c3de12913bda272f08..f8babd86fbcef870a13916b5ed63133c43fa8983 100644
|
| --- a/extensions/browser/api/declarative/declarative_rule.h
|
| +++ b/extensions/browser/api/declarative/declarative_rule.h
|
| @@ -199,7 +199,6 @@ class DeclarativeActionSet {
|
| template<typename ConditionT, typename ActionT>
|
| class DeclarativeRule {
|
| public:
|
| - typedef std::string ExtensionId;
|
| typedef std::string RuleId;
|
| typedef std::pair<ExtensionId, RuleId> GlobalRuleId;
|
| typedef int Priority;
|
|
|