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

Unified Diff: ui/views/controls/scrollbar/scrollbar_unittest.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
Index: ui/views/controls/scrollbar/scrollbar_unittest.cc
diff --git a/ui/views/controls/scrollbar/scrollbar_unittest.cc b/ui/views/controls/scrollbar/scrollbar_unittest.cc
index 1f20823c9bb6036bc74a1c295d7825ca4ab15eea..cdf256a6207925b023a1a1874ff420604faf6e1e 100644
--- a/ui/views/controls/scrollbar/scrollbar_unittest.cc
+++ b/ui/views/controls/scrollbar/scrollbar_unittest.cc
@@ -48,11 +48,7 @@ namespace views {
class NativeScrollBarTest : public ViewsTestBase {
public:
- NativeScrollBarTest()
- : widget_(NULL),
- scrollbar_(NULL),
- controller_(NULL) {
- }
+ NativeScrollBarTest() : widget_(NULL), scrollbar_(NULL) {}
virtual void SetUp() {
ViewsTestBase::SetUp();
« no previous file with comments | « ui/views/controls/combobox/native_combobox_views_unittest.cc ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698