| Index: chrome/renderer/translate/translate_helper.h
|
| diff --git a/chrome/renderer/translate/translate_helper.h b/chrome/renderer/translate/translate_helper.h
|
| index 76612f4e3e179527f8c49de7ea11953685173cf8..f4081e091a7dbf1eb038f40f7b7030bce7123e12 100644
|
| --- a/chrome/renderer/translate/translate_helper.h
|
| +++ b/chrome/renderer/translate/translate_helper.h
|
| @@ -27,7 +27,7 @@ class TranslateHelper : public content::RenderViewObserver {
|
| virtual ~TranslateHelper();
|
|
|
| // Informs us that the page's text has been extracted.
|
| - void PageCaptured(int page_id, const string16& contents);
|
| + void PageCaptured(int page_id, const base::string16& contents);
|
|
|
| protected:
|
| // The following methods are protected so they can be overridden in
|
|
|