| Index: ash/host/ash_window_tree_host_x11_unittest.cc
|
| diff --git a/ash/host/ash_window_tree_host_x11_unittest.cc b/ash/host/ash_window_tree_host_x11_unittest.cc
|
| index 442cbbf881ddd4bc94a4218ace219e3d20a18437..803a87c14aae8a6e37016be99dcffb0993f4dfba 100644
|
| --- a/ash/host/ash_window_tree_host_x11_unittest.cc
|
| +++ b/ash/host/ash_window_tree_host_x11_unittest.cc
|
| @@ -92,7 +92,7 @@ TEST_F(AshWindowTreeHostX11Test, DispatchTouchEventToOneRootWindow) {
|
| scoped_ptr<RootWindowEventHandler> handler(
|
| new RootWindowEventHandler(window_tree_host.get()));
|
|
|
| - std::vector<unsigned int> devices;
|
| + std::vector<int> devices;
|
| devices.push_back(0);
|
| ui::SetUpTouchDevicesForTest(devices);
|
| std::vector<ui::Valuator> valuators;
|
| @@ -155,7 +155,7 @@ TEST_F(AshWindowTreeHostX11Test, DispatchTouchEventToTwoRootWindow) {
|
| scoped_ptr<RootWindowEventHandler> handler2(
|
| new RootWindowEventHandler(window_tree_host2.get()));
|
|
|
| - std::vector<unsigned int> devices;
|
| + std::vector<int> devices;
|
| devices.push_back(0);
|
| ui::SetUpTouchDevicesForTest(devices);
|
| std::vector<ui::Valuator> valuators;
|
|
|