| Index: chrome/browser/ui/webui/options/chromeos/pointer_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/pointer_handler.cc b/chrome/browser/ui/webui/options/chromeos/pointer_handler.cc
|
| index 8845d6597da4a3cb077e03f524ae8e6a7f8e9e68..a4ee792b43f7e25b1f2e379c038fcf61eaa9ba36 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/pointer_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/pointer_handler.cc
|
| @@ -79,7 +79,7 @@ void PointerHandler::UpdateTitle() {
|
| } else {
|
| label = has_mouse_ ? "pointerOverlayTitleMouseOnly" : "";
|
| }
|
| - base::StringValue val(label);
|
| + base::Value val(label);
|
| web_ui()->CallJavascriptFunctionUnsafe("PointerOverlay.setTitle", val);
|
| }
|
|
|
|
|