| Index: content/browser/renderer_host/input/tap_suppression_controller.h
 | 
| diff --git a/content/browser/renderer_host/tap_suppression_controller.h b/content/browser/renderer_host/input/tap_suppression_controller.h
 | 
| similarity index 91%
 | 
| rename from content/browser/renderer_host/tap_suppression_controller.h
 | 
| rename to content/browser/renderer_host/input/tap_suppression_controller.h
 | 
| index 2922174da6cc72c466d419477106f6f91c65b0d1..5c39e3f9669f92f2eb0f25f19a1ba3f23e7979ae 100644
 | 
| --- a/content/browser/renderer_host/tap_suppression_controller.h
 | 
| +++ b/content/browser/renderer_host/input/tap_suppression_controller.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // 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_TAP_SUPPRESSION_CONTROLLER_H_
 | 
| -#define CONTENT_BROWSER_RENDERER_HOST_TAP_SUPPRESSION_CONTROLLER_H_
 | 
| +#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TAP_SUPPRESSION_CONTROLLER_H_
 | 
| +#define CONTENT_BROWSER_RENDERER_HOST_INPUT_TAP_SUPPRESSION_CONTROLLER_H_
 | 
|  
 | 
|  #include "base/time/time.h"
 | 
|  #include "base/timer/timer.h"
 | 
| @@ -74,4 +74,4 @@ class CONTENT_EXPORT TapSuppressionController {
 | 
|  
 | 
|  }  // namespace content
 | 
|  
 | 
| -#endif  // CONTENT_BROWSER_RENDERER_HOST_TAP_SUPPRESSION_CONTROLLER_H_
 | 
| +#endif  // CONTENT_BROWSER_RENDERER_HOST_INPUT_TAP_SUPPRESSION_CONTROLLER_H_
 | 
| 
 |