| Index: chrome/browser/tab_contents/web_drag_source_win.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_source_win.cc b/chrome/browser/tab_contents/web_drag_source_win.cc
|
| index 7a08a3b8b4906d5e7deede407a8be3056c14270d..5453896a7fdefa630c73a69bdefacee1e2b8b7b1 100644
|
| --- a/chrome/browser/tab_contents/web_drag_source_win.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_source_win.cc
|
| @@ -12,6 +12,7 @@
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
|
|
| +using content::BrowserThread;
|
| using WebKit::WebDragOperationNone;
|
|
|
| namespace {
|
|
|