| Index: ash/touch/touch_hud_debug.cc
 | 
| diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
 | 
| index 122082267ec5bba35609dc84c9ea69d4d933e785..ad97960148e4d3717f35dc9e07f541cf69204cff 100644
 | 
| --- a/ash/touch/touch_hud_debug.cc
 | 
| +++ b/ash/touch/touch_hud_debug.cc
 | 
| @@ -72,7 +72,7 @@ const char* GetTouchEventLabel(ui::EventType type) {
 | 
|  int GetTrackingId(const ui::TouchEvent& event) {
 | 
|    if (!event.HasNativeEvent())
 | 
|      return 0;
 | 
| -#if defined(USE_XI2_MT)
 | 
| +#if defined(USE_X11)
 | 
|    ui::DeviceDataManagerX11* manager = ui::DeviceDataManagerX11::GetInstance();
 | 
|    double tracking_id;
 | 
|    if (manager->GetEventData(*event.native_event(),
 | 
| 
 |