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 76623461e77c3d72758a33bd7be9352d653e5906..2a5131a2c9539fdec943d36710807865a79ddda1 100644 |
--- a/ash/touch/touch_transformer_controller_unittest.cc |
+++ b/ash/touch/touch_transformer_controller_unittest.cc |
@@ -33,7 +33,7 @@ |
ui::TouchscreenDevice CreateTouchscreenDevice(unsigned int id, |
const gfx::Size& size) { |
return ui::TouchscreenDevice(id, ui::InputDeviceType::INPUT_DEVICE_EXTERNAL, |
- std::string(), size, 0); |
+ size, 0); |
} |
} // namespace |