| Index: chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| index d8efac1cacd2155f48a34bd907d001f2fdaace09..49c4ee778c7f020ee0961f1f2aea95b485eaa903 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| @@ -30,6 +30,7 @@
|
| #include "views/drag_utils.h"
|
| #include "webkit/glue/webdropdata.h"
|
|
|
| +using content::BrowserThread;
|
| using WebKit::WebDragOperationsMask;
|
| using WebKit::WebDragOperationCopy;
|
| using WebKit::WebDragOperationLink;
|
|
|