Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
index cbe536b74fe513e4f487a046f5666c2c7df60ed5..ea748e44ccaa7bb0b72787982f03d431000c754d 100644 |
--- a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
+++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h |
@@ -91,7 +91,7 @@ base::ListValue* StringToCharList(const std::string& s); |
// Converts a list of integer values between 0 and 255 into a string |*out|. |
// Returns true if the conversion was successful. |
-bool CharListToString(base::ListValue* list, std::string* out); |
+bool CharListToString(const base::ListValue* list, std::string* out); |
// The following functions calculate and return the modifications to requests |
// commanded by extension handlers. All functions take the id of the extension |