| 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 afcff1ef43ca81dca06562fe5fe04d90cb3e7261..7074de9de041e554af26eb7f1617354a64b1302d 100644 | 
| --- a/extensions/browser/api/declarative/declarative_rule.h | 
| +++ b/extensions/browser/api/declarative/declarative_rule.h | 
| @@ -203,7 +203,7 @@ class DeclarativeRule { | 
| typedef int Priority; | 
| typedef DeclarativeConditionSet<ConditionT> ConditionSet; | 
| typedef DeclarativeActionSet<ActionT> ActionSet; | 
| -  typedef extensions::core_api::events::Rule JsonRule; | 
| +  typedef extensions::api::events::Rule JsonRule; | 
| typedef std::vector<std::string> Tags; | 
|  | 
| // Checks whether the set of |conditions| and |actions| are consistent. | 
|  |