| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 50158)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -852,7 +852,7 @@
|
| virtual void OnPageContents(const GURL& url,
|
| int renderer_process_id,
|
| int32 page_id,
|
| - const string16& contents,
|
| + const std::wstring& contents,
|
| const std::string& language);
|
| virtual void OnPageTranslated(int32 page_id,
|
| const std::string& original_lang,
|
|
|