Index: chrome/browser/ui/cocoa/confirm_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/confirm_bubble_controller.h b/chrome/browser/ui/cocoa/confirm_bubble_controller.h |
index 041dc82d7e290574be0c4492e6a03b897dc83782..bbddce070e57f03ac4ecaba12f2bf90a6f2e4e20 100644 |
--- a/chrome/browser/ui/cocoa/confirm_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/confirm_bubble_controller.h |
@@ -26,7 +26,7 @@ class ConfirmBubbleModel; |
// controller takes the ownership of the passed-in ConfirmBubbleModel. |
- (id)initWithParent:(NSView*)parent |
origin:(CGPoint)origin |
- model:(ConfirmBubbleModel*)model; |
+ model:(scoped_ptr<ConfirmBubbleModel>)model; |
// Access to the properties of the ConfirmBubbleModel object. These functions |
// also converts C++ types returned by the ConfirmBubbleModel object to |