Index: chrome/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents.cc (revision 50158) |
+++ chrome/browser/tab_contents/tab_contents.cc (working copy) |
@@ -1973,7 +1973,7 @@ |
void TabContents::OnPageContents(const GURL& url, |
int renderer_process_id, |
int32 page_id, |
- const string16& contents, |
+ const std::wstring& contents, |
const std::string& language) { |
// Don't index any https pages. People generally don't want their bank |
// accounts, etc. indexed on their computer, especially since some of these |