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