| Index: ash/touch/touch_transformer_controller_unittest.cc
|
| diff --git a/ash/touch/touch_transformer_controller_unittest.cc b/ash/touch/touch_transformer_controller_unittest.cc
|
| index 2a5131a2c9539fdec943d36710807865a79ddda1..76623461e77c3d72758a33bd7be9352d653e5906 100644
|
| --- a/ash/touch/touch_transformer_controller_unittest.cc
|
| +++ b/ash/touch/touch_transformer_controller_unittest.cc
|
| @@ -33,7 +33,7 @@ DisplayInfo CreateDisplayInfo(int64 id,
|
| ui::TouchscreenDevice CreateTouchscreenDevice(unsigned int id,
|
| const gfx::Size& size) {
|
| return ui::TouchscreenDevice(id, ui::InputDeviceType::INPUT_DEVICE_EXTERNAL,
|
| - size, 0);
|
| + std::string(), size, 0);
|
| }
|
|
|
| } // namespace
|
|
|