diff options
Diffstat (limited to 'views/drag_utils.cc')
-rw-r--r-- | views/drag_utils.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/drag_utils.cc b/views/drag_utils.cc index d249196..97cdb25 100644 --- a/views/drag_utils.cc +++ b/views/drag_utils.cc @@ -4,7 +4,6 @@ #include "views/drag_utils.h" -#include "app/os_exchange_data.h" #include "app/resource_bundle.h" #include "base/file_util.h" #include "base/logging.h" @@ -13,8 +12,11 @@ #include "gfx/font.h" #include "googleurl/src/gurl.h" #include "grit/app_resources.h" +#include "ui/base/dragdrop/os_exchange_data.h" #include "views/controls/button/text_button.h" +using ui::OSExchangeData; + namespace drag_utils { // Maximum width of the link drag image in pixels. |