Index: views/drag_utils.cc |
=================================================================== |
--- views/drag_utils.cc (revision 16106) |
+++ views/drag_utils.cc (working copy) |
@@ -118,7 +118,7 @@ |
// Set up our text portion |
const std::wstring& name = file_util::GetFilenameFromPath(file_name); |
ResourceBundle& rb = ResourceBundle::GetSharedInstance(); |
- ChromeFont font = rb.GetFont(ResourceBundle::BaseFont); |
+ gfx::Font font = rb.GetFont(ResourceBundle::BaseFont); |
const int width = kFileDragImageMaxWidth; |
// Add +2 here to allow room for the halo. |