| 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 da8703ffa39e9a219e2fd0ba226ac04b2a259935..31341ef3b83e545b9a9b5f1453cc6984cc5434d0 100644
|
| --- a/chrome/browser/ui/webui/history_ui.cc
|
| +++ b/chrome/browser/ui/webui/history_ui.cc
|
| @@ -376,7 +376,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) &&
|
|
|