diff options
Diffstat (limited to 'ui/base/dragdrop/drag_utils.cc')
-rw-r--r-- | ui/base/dragdrop/drag_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/dragdrop/drag_utils.cc b/ui/base/dragdrop/drag_utils.cc index e02e457..7ae028f 100644 --- a/ui/base/dragdrop/drag_utils.cc +++ b/ui/base/dragdrop/drag_utils.cc @@ -48,7 +48,7 @@ class FileDragImageSource : public gfx::CanvasImageSource { // Paint the icon. canvas->DrawImageInt(icon_, (size().width() - icon_.width()) / 2, 0); - string16 name = file_name_.BaseName().LossyDisplayName(); + base::string16 name = file_name_.BaseName().LossyDisplayName(); const int flags = gfx::Canvas::TEXT_ALIGN_CENTER; #if defined(OS_WIN) // Paint the file name. We inset it one pixel to allow room for the halo. |