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

Unified Diff: views/controls/message_box_view.cc

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
Index: views/controls/message_box_view.cc
diff --git a/views/controls/message_box_view.cc b/views/controls/message_box_view.cc
index 3df7b6b1e4547280bc6cc4fe7c73ff52d14099d4..d1a7864de36a0c929dc30ae720354e82eb515485 100644
--- a/views/controls/message_box_view.cc
+++ b/views/controls/message_box_view.cc
@@ -46,6 +46,8 @@ MessageBoxView::MessageBoxView(int dialog_flags,
Init(dialog_flags, default_prompt);
}
+MessageBoxView::~MessageBoxView() {}
+
std::wstring MessageBoxView::GetInputText() {
if (prompt_field_)
return UTF16ToWideHack(prompt_field_->text());

Powered by Google App Engine
This is Rietveld 408576698