| Index: content/common/input/event_with_latency_info_unittest.cc
|
| diff --git a/content/browser/renderer_host/event_with_latency_info_unittest.cc b/content/common/input/event_with_latency_info_unittest.cc
|
| similarity index 98%
|
| rename from content/browser/renderer_host/event_with_latency_info_unittest.cc
|
| rename to content/common/input/event_with_latency_info_unittest.cc
|
| index 42d490f8ad36d5e2cba85afdf81d3e8dbd81cb80..ce44c402dc9676573feb17d6318eb10cdf813b38 100644
|
| --- a/content/browser/renderer_host/event_with_latency_info_unittest.cc
|
| +++ b/content/common/input/event_with_latency_info_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/renderer_host/event_with_latency_info.h"
|
| +#include "content/common/input/event_with_latency_info.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
|
|