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

Unified Diff: content/browser/renderer_host/touchpad_tap_suppression_controller.cc

Issue 16703020: Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up insanity 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: content/browser/renderer_host/touchpad_tap_suppression_controller.cc
diff --git a/content/browser/renderer_host/touchpad_tap_suppression_controller.cc b/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
index 4f43696e0fdb007a8db5b621033972dba3be739e..0e8ee71f0cb55f149fbcfaf4cd3b0505895e8cc5 100644
--- a/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
+++ b/content/browser/renderer_host/touchpad_tap_suppression_controller.cc
@@ -14,9 +14,7 @@ namespace content {
TouchpadTapSuppressionController::TouchpadTapSuppressionController(
RenderWidgetHostImpl* /*rwhv*/)
- : render_widget_host_(NULL),
- controller_(NULL) {
-}
+ : render_widget_host_(NULL) {}
TouchpadTapSuppressionController::~TouchpadTapSuppressionController() {}

Powered by Google App Engine
This is Rietveld 408576698