Index: chrome/browser/ui/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
index 0748411561ba36d0553d5917dfae56e9cef472d6..df896fe59cd54310554d741dd04db6484870fabd 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -320,7 +320,8 @@ class Command; |
// Show the translate bubble. |
- (void)showTranslateBubbleForWebContents:(content::WebContents*)contents |
step:(translate::TranslateStep)step |
- errorType:(TranslateErrors::Type)errorType; |
+ errorType: |
+ (translate::TranslateErrors::Type)errorType; |
// Shows or hides the docked web inspector depending on |contents|'s state. |
- (void)updateDevToolsForContents:(content::WebContents*)contents; |