| Index: chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| index c3f62f2f3bfbb5b33d2e6b49f0d1212c1735c7e4..c752ebba3f6ff9a58ffec845360684c0cf51a32e 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| @@ -18,9 +18,9 @@
|
| #include "chrome/browser/extensions/api/declarative/rules_registry.h"
|
| #include "chrome/browser/extensions/api/declarative_content/content_action.h"
|
| #include "chrome/browser/extensions/api/declarative_content/content_condition.h"
|
| -#include "chrome/browser/extensions/extension_info_map.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "extensions/browser/info_map.h"
|
| #include "extensions/common/matcher/url_matcher.h"
|
|
|
| class Profile;
|
| @@ -139,7 +139,7 @@ class ContentRulesRegistry : public RulesRegistry,
|
| // Manages our notification registrations.
|
| content::NotificationRegistrar registrar_;
|
|
|
| - scoped_refptr<ExtensionInfoMap> extension_info_map_;
|
| + scoped_refptr<InfoMap> extension_info_map_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ContentRulesRegistry);
|
| };
|
|
|