Index: chrome/browser/ui/webui/local_state/local_state_ui.cc |
diff --git a/chrome/browser/ui/webui/local_state/local_state_ui.cc b/chrome/browser/ui/webui/local_state/local_state_ui.cc |
index 42a27aa5b4d3b900da4f85724fb6f3bb92c490b2..0ebad3887c73bc9f7ef0024aa910c651e47cce05 100644 |
--- a/chrome/browser/ui/webui/local_state/local_state_ui.cc |
+++ b/chrome/browser/ui/webui/local_state/local_state_ui.cc |
@@ -76,7 +76,7 @@ void LocalStateUIHandler::HandleRequestJson(const base::ListValue* args) { |
json = "Error loading Local State file."; |
web_ui()->CallJavascriptFunctionUnsafe("localState.setLocalState", |
- base::StringValue(json)); |
+ base::Value(json)); |
} |
// Returns true if |pref_name| starts with one of the |valid_prefixes|. |