| Index: extensions/browser/api/declarative/rules_registry.h
|
| diff --git a/extensions/browser/api/declarative/rules_registry.h b/extensions/browser/api/declarative/rules_registry.h
|
| index a1d4a982891b6e2a668465b99cb7853a9d067bc6..99dfde2d3c10a6ccd750639085d94e8004d736cd 100644
|
| --- a/extensions/browser/api/declarative/rules_registry.h
|
| +++ b/extensions/browser/api/declarative/rules_registry.h
|
| @@ -22,6 +22,7 @@
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "extensions/common/api/events.h"
|
| +#include "extensions/common/extension_id.h"
|
| #include "extensions/common/one_shot_event.h"
|
|
|
| namespace content {
|
| @@ -156,7 +157,6 @@ class RulesRegistry : public base::RefCountedThreadSafe<RulesRegistry> {
|
| friend class base::RefCountedThreadSafe<RulesRegistry>;
|
| friend class RulesCacheDelegate;
|
|
|
| - typedef std::string ExtensionId;
|
| typedef std::string RuleId;
|
| typedef std::pair<ExtensionId, RuleId> RulesDictionaryKey;
|
| typedef std::map<RulesDictionaryKey, linked_ptr<api::events::Rule>>
|
|
|