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

Unified Diff: ui/oak/oak_window.cc

Issue 16922010: Rewrite scoped_ptr<T>(NULL) to use the default ctor in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | ui/views/controls/combobox/native_combobox_views_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oak/oak_window.cc
diff --git a/ui/oak/oak_window.cc b/ui/oak/oak_window.cc
index 721633040ef7bfc6269a98ab41cf3c7e41a95d8a..7d69e2274cf8a60051d6a3bcf7bbba9ef208578d 100644
--- a/ui/oak/oak_window.cc
+++ b/ui/oak/oak_window.cc
@@ -29,8 +29,7 @@ views::Widget* OakWindow::instance = NULL;
////////////////////////////////////////////////////////////////////////////////
// OakWindow, public:
-OakWindow::OakWindow() : tree_(NULL), tree_container_(NULL), details_(NULL) {
-}
+OakWindow::OakWindow() : tree_container_(NULL) {}
OakWindow::~OakWindow() {
// The tree/table need to be destroyed before the model.
« no previous file with comments | « no previous file | ui/views/controls/combobox/native_combobox_views_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698