Index: chrome/browser/ui/webui/history_ui.cc |
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc |
index 960374b71d1b274415f9a3668209e6aa581e7f22..c78b275840fc4b7cb13f0daeebae1318fc6ec02f 100644 |
--- a/chrome/browser/ui/webui/history_ui.cc |
+++ b/chrome/browser/ui/webui/history_ui.cc |
@@ -378,7 +378,7 @@ void BrowsingHistoryHandler::ExtractSearchHistoryArguments( |
int* month, |
string16* query) { |
*month = 0; |
- Value* list_member; |
+ const Value* list_member; |
// Get search string. |
if (args->Get(0, &list_member) && |