| Index: chrome/browser/ui/webui/browsing_history_handler.cc
|
| diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| index cd6fd97f57fa259f1fefdc0c1d5adc87ba40cdc1..171c126f9998f66cb0220da2a6c57fffe982d1d1 100644
|
| --- a/chrome/browser/ui/webui/browsing_history_handler.cc
|
| +++ b/chrome/browser/ui/webui/browsing_history_handler.cc
|
| @@ -544,6 +544,6 @@ void BrowsingHistoryHandler::HasOtherFormsOfBrowsingHistory(
|
| bool has_other_forms,
|
| bool has_synced_results) {
|
| web_ui()->CallJavascriptFunctionUnsafe(
|
| - "showNotification", base::FundamentalValue(has_synced_results),
|
| - base::FundamentalValue(has_other_forms));
|
| + "showNotification", base::Value(has_synced_results),
|
| + base::Value(has_other_forms));
|
| }
|
|
|