diff options
Diffstat (limited to 'ash/touch/touch_hud_debug.cc')
-rw-r--r-- | ash/touch/touch_hud_debug.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc index ea5d336..4d362c4 100644 --- a/ash/touch/touch_hud_debug.cc +++ b/ash/touch/touch_hud_debug.cc @@ -453,7 +453,7 @@ void TouchHudDebug::UpdateTouchPointLabel(int index) { GetTouchEventLabel(touch_status), touch_position.ToString().c_str(), touch_radius); - touch_labels_[index]->SetText(UTF8ToUTF16(string)); + touch_labels_[index]->SetText(base::UTF8ToUTF16(string)); } void TouchHudDebug::OnTouchEvent(ui::TouchEvent* event) { |