Index: chrome/browser/tab_contents/web_drop_target_win.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_drop_target_win.cc (revision 71798) |
+++ chrome/browser/tab_contents/web_drop_target_win.cc (working copy) |
@@ -82,7 +82,7 @@ |
}; |
WebDropTarget::WebDropTarget(HWND source_hwnd, TabContents* tab_contents) |
- : app::win::DropTarget(source_hwnd), |
+ : ui::DropTarget(source_hwnd), |
tab_contents_(tab_contents), |
current_rvh_(NULL), |
drag_cursor_(WebDragOperationNone), |