| Index: content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc
|
| diff --git a/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc b/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc
|
| index 0e46dc584cffbc3f5e45c4383646c36df0061260..96b70a2db21c08bc4f12288cc6defe837a5a24fc 100644
|
| --- a/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc
|
| +++ b/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc
|
| @@ -91,8 +91,7 @@ class SmoothScrollGestureControllerTest : public testing::Test {
|
| public:
|
| SmoothScrollGestureControllerTest() : process_(NULL) {
|
| }
|
| - ~SmoothScrollGestureControllerTest() {
|
| - }
|
| + virtual ~SmoothScrollGestureControllerTest() {}
|
|
|
| protected:
|
| // testing::Test implementation:
|
|
|