| Index: chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.cc
|
| index 30aa0a666b182110706d26319a16d10855b99bcf..63aa833ff2411af27c2ba31bd461661d124af27e 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.cc
|
| @@ -275,7 +275,7 @@ void EnableDebuggingScreenHandler::UpdateUIState(
|
|
|
| web_ui()->CallJavascriptFunctionUnsafe(
|
| "login.EnableDebuggingScreen.updateState",
|
| - base::FundamentalValue(static_cast<int>(state)));
|
| + base::Value(static_cast<int>(state)));
|
| }
|
|
|
| void EnableDebuggingScreenHandler::HandleOnLearnMore() {
|
|
|