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

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

Issue 1657005: Merge 44481 - Ensure proper teardown of repost form warning objects.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/375/src/
Patch Set: 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
===================================================================
--- 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);
};
« 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