Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4549)

Unified Diff: chrome/browser/views/repost_form_warning_view.h

Issue 1530032: Ensure proper teardown of repost form warning objects. (Closed)
Patch Set: Remove unnecessary code from RepostFormWarningGtk. Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/repost_form_warning_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/repost_form_warning_view.h
diff --git a/chrome/browser/views/repost_form_warning_view.h b/chrome/browser/views/repost_form_warning_view.h
index dcac48ab9adf33e6042f32f61f5f35247028a2eb..a6932af9b484cfecc555d9be590e87d432f879f6 100644
--- a/chrome/browser/views/repost_form_warning_view.h
+++ b/chrome/browser/views/repost_form_warning_view.h
@@ -48,7 +48,7 @@ class RepostFormWarningView : public ConstrainedDialogDelegate {
// The message box view whose commands we handle.
MessageBoxView* message_box_view_;
- RepostFormWarningController* controller_;
+ scoped_ptr<RepostFormWarningController> controller_;
DISALLOW_COPY_AND_ASSIGN(RepostFormWarningView);
};
« no previous file with comments | « chrome/browser/repost_form_warning_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698