Index: ui/base/dragdrop/drag_utils.cc |
diff --git a/ui/base/dragdrop/drag_utils.cc b/ui/base/dragdrop/drag_utils.cc |
index e02e457e5b3d45cee8bfe19eabb2e13f3ffad6ea..7ae028fad655140b932728b81963066848d521f6 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. |