Index: chrome/browser/ui/cocoa/extensions/extension_popup_controller.h |
diff --git a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h |
index a9ffd5d693d3a2d4e7312a918d6f4851de438bd2..c597e17e77e9c7d454656199d6b3e3b1c0f9ef76 100644 |
--- a/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h |
+++ b/chrome/browser/ui/cocoa/extensions/extension_popup_controller.h |
@@ -68,12 +68,11 @@ class ExtensionViewHost; |
// Passing YES to |devMode| will launch the webkit inspector for the popup, |
// and prevent the popup from closing when focus is lost. It will be closed |
// after the inspector is closed, or another popup is opened. |
-+ (ExtensionPopupController*)host:(scoped_ptr<extensions::ExtensionViewHost>) |
- host |
++ (ExtensionPopupController*)host: |
+ (scoped_ptr<extensions::ExtensionViewHost>)host |
inBrowser:(Browser*)browser |
anchoredAt:(NSPoint)anchoredAt |
- arrowLocation:(info_bubble::BubbleArrowLocation) |
- arrowLocation |
+ arrowLocation:(views::BubbleBorder::Arrow)arrowLocation |
devMode:(BOOL)devMode; |
// Returns the controller used to display the popup being shown. If no popup is |