Index: chrome/browser/extensions/api/declarative/rules_registry_service.h |
diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service.h b/chrome/browser/extensions/api/declarative/rules_registry_service.h |
index c0150512fc91c0e081047720e57370774971326f..bc4e71821b1ea07aa88860f8ed05d2a7e73974e6 100644 |
--- a/chrome/browser/extensions/api/declarative/rules_registry_service.h |
+++ b/chrome/browser/extensions/api/declarative/rules_registry_service.h |
@@ -70,6 +70,8 @@ class RulesRegistryService : public content::NotificationObserver { |
content::NotificationRegistrar registrar_; |
+ Profile* profile_; |
+ |
DISALLOW_COPY_AND_ASSIGN(RulesRegistryService); |
}; |