| 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 6ae0bd4a4c5685aa78cce64950d8c92766601e7c..07f0b6f1c6c18eb5b2a5eb40d4e05aceab31f722 100644
|
| --- a/ash/touch/touch_transformer_controller_unittest.cc
|
| +++ b/ash/touch/touch_transformer_controller_unittest.cc
|
| @@ -14,7 +14,7 @@ namespace ash {
|
|
|
| namespace {
|
|
|
| -DisplayInfo CreateDisplayInfo(int64 id,
|
| +DisplayInfo CreateDisplayInfo(int64_t id,
|
| unsigned int touch_device_id,
|
| const gfx::Rect& bounds) {
|
| DisplayInfo info(id, std::string(), false);
|
|
|