| Index: chrome/renderer/translate/translate_helper.h
|
| diff --git a/chrome/renderer/translate/translate_helper.h b/chrome/renderer/translate/translate_helper.h
|
| index fc2fc758365d6f281d9f8ae924ab9b1e6d42388e..cc70eaa36a32ac25793d67e95b9934bf0dd20765 100644
|
| --- a/chrome/renderer/translate/translate_helper.h
|
| +++ b/chrome/renderer/translate/translate_helper.h
|
| @@ -195,7 +195,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.
|
|
|