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 32392ff..d0c7c9b 100644 --- a/ash/touch/touch_hud_debug.cc +++ b/ash/touch/touch_hud_debug.cc @@ -407,7 +407,7 @@ void TouchHudDebug::Clear() { if (widget()->IsVisible()) { canvas_->Clear(); for (int i = 0; i < kMaxTouchPoints; ++i) - touch_labels_[i]->SetText(string16()); + touch_labels_[i]->SetText(base::string16()); label_container_->SetSize(label_container_->GetPreferredSize()); } } |