| Index: chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
|
| index 4c5ef61fe324d79b7233fc752acd63bfd178653b..121455e278f105d5e46701942f6e728980cbbfcb 100644
|
| --- a/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/translate/translate_bubble_controller.h
|
| @@ -64,6 +64,6 @@ class WebContents;
|
| model:(scoped_ptr<TranslateBubbleModel>)model
|
| webContents:(content::WebContents*)webContents;
|
| - (void)switchView:(TranslateBubbleModel::ViewState)viewState;
|
| -- (void)switchToErrorView:(TranslateErrors::Type)errorType;
|
| +- (void)switchToErrorView:(translate::TranslateErrors::Type)errorType;
|
|
|
| @end
|
|
|