| Index: chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc
|
| index 82384e694a6f18b5a0c002fab0ab85c8de94574f..34a976b962dfaf4c60bdb1f0469b17cd166a400d 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler.cc
|
| @@ -205,7 +205,7 @@ void ManageProfileHandler::OnHasProfileShortcuts(
|
| const std::string& callback_id, bool has_shortcuts) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| ResolveJavascriptCallback(base::StringValue(callback_id),
|
| - base::FundamentalValue(has_shortcuts));
|
| + base::Value(has_shortcuts));
|
| }
|
|
|
| void ManageProfileHandler::HandleAddProfileShortcut(
|
|
|