| Index: chrome/browser/automation/automation_provider_observers.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider_observers.h (revision 73855)
|
| +++ chrome/browser/automation/automation_provider_observers.h (working copy)
|
| @@ -908,7 +908,7 @@
|
| void OnSnapshotTaken(const SkBitmap& bitmap);
|
|
|
| // Helper method to send arbitrary javascript to the renderer for evaluation.
|
| - void ExecuteScript(const std::wstring& javascript);
|
| + void ExecuteScript(const string16& javascript);
|
|
|
| // Helper method to send a response back to the client. Deletes this.
|
| void SendMessage(bool success);
|
|
|