| 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() {}
|
|
|
|
|