| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc
|
| index 44884e5fdf311bf8cbf45a2433e27f34571414f0..b6f22daa3254b2898903e85b929127dc025734aa 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_condition.cc
|
| @@ -27,7 +27,7 @@ static extensions::URLMatcherConditionSet::ID g_next_id = 0;
|
| const char kExpectedDictionary[] = "A condition has to be a dictionary.";
|
| const char kConditionWithoutInstanceType[] = "A condition had no instanceType";
|
| const char kExpectedOtherConditionType[] = "Expected a condition of type "
|
| - "experimental.webRequest.RequestMatcher";
|
| + "declarativeWebRequest.RequestMatcher";
|
| const char kUnknownConditionAttribute[] = "Unknown condition attribute '%s'";
|
| const char kInvalidTypeOfParamter[] = "Attribute '%s' has an invalid type";
|
| } // namespace
|
|
|