| Index: content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h | 
| diff --git a/content/browser/renderer_host/touchscreen_tap_suppression_controller.h b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h | 
| similarity index 84% | 
| rename from content/browser/renderer_host/touchscreen_tap_suppression_controller.h | 
| rename to content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h | 
| index bc5f275913676a0ece1a2a149eae4e1f4eddad93..3502b1b3ee5c00217c7ebde8e4d906b86c3eac77 100644 | 
| --- a/content/browser/renderer_host/touchscreen_tap_suppression_controller.h | 
| +++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h | 
| @@ -2,12 +2,12 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
| -#define CONTENT_BROWSER_RENDERER_HOST_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
| +#define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
|  | 
| #include "base/memory/scoped_ptr.h" | 
| -#include "content/browser/renderer_host/gesture_event_filter.h" | 
| -#include "content/browser/renderer_host/tap_suppression_controller_client.h" | 
| +#include "content/browser/renderer_host/input/gesture_event_filter.h" | 
| +#include "content/browser/renderer_host/input/tap_suppression_controller_client.h" | 
|  | 
| namespace content { | 
|  | 
| @@ -61,4 +61,4 @@ class TouchscreenTapSuppressionController | 
|  | 
| }  // namespace content | 
|  | 
| -#endif  // CONTENT_BROWSER_RENDERER_HOST_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
| +#endif  // CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ | 
|  |