| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 496a2cc05bd32451a622880136ae32f7820696d9..3319e4a6055f3426f5e06fa7ac6df356f178d323 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -366,7 +366,7 @@ class TestingAutomationProvider : public AutomationProvider,
|
| // Generic pattern for pyautolib
|
| // Uses the JSON interface for input/output.
|
| void SendJSONRequest(int handle,
|
| - std::string json_request,
|
| + const std::string& json_request,
|
| IPC::Message* reply_message);
|
|
|
| // Method ptr for json handlers.
|
|
|