| Index: ui/base/dragdrop/drag_drop_types.h
|
| ===================================================================
|
| --- ui/base/dragdrop/drag_drop_types.h (revision 91577)
|
| +++ ui/base/dragdrop/drag_drop_types.h (working copy)
|
| @@ -6,13 +6,12 @@
|
| #define UI_BASE_DRAGDROP_DRAG_DROP_TYPES_H_
|
| #pragma once
|
|
|
| -#include "build/build_config.h"
|
| -
|
| #include "base/basictypes.h"
|
| +#include "ui/base/ui_base_api.h"
|
|
|
| namespace ui {
|
|
|
| -class DragDropTypes {
|
| +class UI_BASE_API DragDropTypes {
|
| public:
|
| enum DragOperation {
|
| DRAG_NONE = 0,
|
|
|