Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
index 78cbf565985dff44932d3ae9d3a1bcf8bcb7138c..0f192b457b4be4776bbe4ab256e02481732ecce6 100644 |
--- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
+++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc |
@@ -490,7 +490,7 @@ void RenderViewHostDelegateHelper::UpdateInspectorSetting( |
prefs::kWebKitInspectorSettings); |
DictionaryValue* inspector_settings = update.Get(); |
inspector_settings->SetWithoutPathExpansion(key, |
- Value::CreateStringValue(value)); |
+ base::StringValue::New(value)); |
} |
void RenderViewHostDelegateHelper::ClearInspectorSettings( |