| Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.cc
|
| diff --git a/chrome/browser/extensions/api/web_request/web_request_api_helpers.cc b/chrome/browser/extensions/api/web_request/web_request_api_helpers.cc
|
| index fad5eda697033fb5f515ae973a43c7044fde9ddb..da746478eecb50346451326db360590858ce4909 100644
|
| --- a/chrome/browser/extensions/api/web_request/web_request_api_helpers.cc
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.cc
|
| @@ -117,7 +117,7 @@ ListValue* StringToCharList(const std::string& s) {
|
| return result;
|
| }
|
|
|
| -bool CharListToString(ListValue* list, std::string* out) {
|
| +bool CharListToString(const ListValue* list, std::string* out) {
|
| if (!list)
|
| return false;
|
| const size_t list_length = list->GetSize();
|
|
|