| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.h
|
| index 922dba7f111ffdc12352c2e06703c3fa828e3197..a54da634069f75918513d5c6313897b1a5fbb782 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.h
|
| @@ -14,6 +14,10 @@
|
| #include "chrome/browser/extensions/api/declarative_webrequest/webrequest_rule.h"
|
| #include "chrome/common/extensions/matcher/url_matcher.h"
|
|
|
| +namespace base {
|
| +class Value;
|
| +}
|
| +
|
| namespace extensions {
|
|
|
| // Representation of a condition in the Declarative WebRequest API. A condition
|
| @@ -93,7 +97,7 @@ class WebRequestCondition {
|
| // can be triggered.
|
| class WebRequestConditionSet {
|
| public:
|
| - typedef std::vector<linked_ptr<json_schema_compiler::any::Any> > AnyVector;
|
| + typedef std::vector<linked_ptr<base::Value> > AnyVector;
|
| typedef std::vector<linked_ptr<WebRequestCondition> > Conditions;
|
|
|
| explicit WebRequestConditionSet(const Conditions& conditions);
|
|
|