| Index: content/browser/renderer_host/render_view_host.h
|
| diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h
|
| index c6a801062bfdc79fc3e9e427aaa198c774ab2b90..0fd4198cd724d8aae920bb6cf7e5ab7f6246eda2 100644
|
| --- a/content/browser/renderer_host/render_view_host.h
|
| +++ b/content/browser/renderer_host/render_view_host.h
|
| @@ -446,9 +446,9 @@ class RenderViewHost : public RenderWidgetHost {
|
| void OnTargetDropACK();
|
| void OnTakeFocus(bool reverse);
|
| void OnAddMessageToConsole(int32 level,
|
| - const std::wstring& message,
|
| + const string16& message,
|
| int32 line_no,
|
| - const std::wstring& source_id);
|
| + const string16& source_id);
|
| void OnUpdateInspectorSetting(const std::string& key,
|
| const std::string& value);
|
| void OnMsgShouldCloseACK(bool proceed);
|
|
|