| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index d5799420bfe188b55fce4150afb87990e8a059e6..73ca18ad620666a59d3bd6f44ed64c2bde641006 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2006,7 +2006,7 @@ void TestingAutomationProvider::CaptureEntirePageAsPNG(
|
| }
|
|
|
| void TestingAutomationProvider::SendJSONRequest(int handle,
|
| - std::string json_request,
|
| + const std::string& json_request,
|
| IPC::Message* reply_message) {
|
| scoped_ptr<Value> values;
|
| base::JSONReader reader;
|
|
|