| Index: chrome/browser/extensions/api/declarative/rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative/rules_registry.h b/chrome/browser/extensions/api/declarative/rules_registry.h
|
| index 0ca4d80142ca57e84a45b2bd1420e770c8f77867..9d515e5694f20d795ad1749db819acccca7ad1d9 100644
|
| --- a/chrome/browser/extensions/api/declarative/rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative/rules_registry.h
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/common/extensions/api/declarative.h"
|
| +#include "chrome/common/extensions/api/events.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| namespace base {
|
| @@ -37,7 +37,7 @@ class RulesRegistry
|
| : public base::RefCountedThreadSafe<RulesRegistry,
|
| RulesRegistryDeleteTraits> {
|
| public:
|
| - typedef extensions::api::declarative::Rule Rule;
|
| + typedef extensions::api::events::Rule Rule;
|
|
|
| // Registers |rules|, owned by |extension_id| to this RulesRegistry.
|
| // If a concrete RuleRegistry does not support some of the rules,
|
|
|