| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h
|
| index a87def490990cdeab08e38cff4c803702e175dc6..6450f2722122583f6b2e901f8ee56839e239a301 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h
|
| @@ -131,7 +131,7 @@ class WebRequestConditionAttributeContentType
|
| virtual Type GetType() const OVERRIDE;
|
|
|
| private:
|
| - explicit WebRequestConditionAttributeContentType(
|
| + WebRequestConditionAttributeContentType(
|
| const std::vector<std::string>& include_content_types,
|
| bool inclusive);
|
|
|
|
|