| Index: content/renderer/input/input_handler_proxy.cc
|
| diff --git a/content/renderer/input/input_handler_proxy.cc b/content/renderer/input/input_handler_proxy.cc
|
| index e15008578c84f8cf567ab60f659e2af0a7349466..18904a74f57043e8b9af86a8b27a08ddb62436a2 100644
|
| --- a/content/renderer/input/input_handler_proxy.cc
|
| +++ b/content/renderer/input/input_handler_proxy.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/auto_reset.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/common/input/did_overscroll_params.h"
|
| #include "content/common/input/web_input_event_traits.h"
|
| #include "content/public/common/content_switches.h"
|
|
|