| Index: chrome/renderer/translate/translate_helper.h
|
| diff --git a/chrome/renderer/translate/translate_helper.h b/chrome/renderer/translate/translate_helper.h
|
| index 1c357bf9e606308f1a6f2d9ff8fc487733b2c55e..2f623d1b05ecbc4411592893ed90f1f4f803a368 100644
|
| --- a/chrome/renderer/translate/translate_helper.h
|
| +++ b/chrome/renderer/translate/translate_helper.h
|
| @@ -142,7 +142,7 @@ class TranslateHelper : public content::RenderViewObserver {
|
|
|
| // Sends a message to the browser to notify it that the translation failed
|
| // with |error|.
|
| - void NotifyBrowserTranslationFailed(TranslateErrors::Type error);
|
| + void NotifyBrowserTranslationFailed(translate::TranslateErrors::Type error);
|
|
|
| // Convenience method to access the main frame. Can return NULL, typically
|
| // if the page is being closed.
|
|
|