| Index: chrome/browser/renderer_host/render_view_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host.cc (revision 50158)
|
| +++ chrome/browser/renderer_host/render_view_host.cc (working copy)
|
| @@ -1875,7 +1875,7 @@
|
|
|
| void RenderViewHost::OnPageContents(const GURL& url,
|
| int32 page_id,
|
| - const string16& contents,
|
| + const std::wstring& contents,
|
| const std::string& language) {
|
| RenderViewHostDelegate::BrowserIntegration* integration_delegate =
|
| delegate_->GetBrowserIntegrationDelegate();
|
|
|