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

Unified Diff: content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.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/touchscreen_tap_suppression_controller_stub.cc
diff --git a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
index 86c0d68e8260697e5ecb0d7ac675c2cb34994f4b..edc1f41337efc6be150269b2dc73932b6be59637 100644
--- a/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
+++ b/content/browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc
@@ -13,9 +13,7 @@ namespace content {
TouchscreenTapSuppressionController::TouchscreenTapSuppressionController(
GestureEventFilter* /*gef*/)
- : gesture_event_filter_(NULL),
- controller_(NULL) {
-}
+ : gesture_event_filter_(NULL) {}
TouchscreenTapSuppressionController::~TouchscreenTapSuppressionController() {}
« no previous file with comments | « content/browser/renderer_host/touchpad_tap_suppression_controller.cc ('k') | content/browser/session_history_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698