| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 01857c71812bfe64a713304032f980ec6aee172a..b2e304530e99f648def8c84b5f0c74ef20030d3c 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -95,8 +95,8 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
|
| const blink::WebPluginParams& params) = 0;
|
|
|
| // Evaluates a string of JavaScript in a particular frame.
|
| - virtual void EvaluateScript(const string16& frame_xpath,
|
| - const string16& jscript,
|
| + virtual void EvaluateScript(const base::string16& frame_xpath,
|
| + const base::string16& jscript,
|
| int id,
|
| bool notify_result) = 0;
|
|
|
|
|