Index: chrome/browser/views/repost_form_warning_view.h |
=================================================================== |
--- chrome/browser/views/repost_form_warning_view.h (revision 44638) |
+++ chrome/browser/views/repost_form_warning_view.h (working copy) |
@@ -48,7 +48,7 @@ |
// The message box view whose commands we handle. |
MessageBoxView* message_box_view_; |
- RepostFormWarningController* controller_; |
+ scoped_ptr<RepostFormWarningController> controller_; |
DISALLOW_COPY_AND_ASSIGN(RepostFormWarningView); |
}; |