| Index: views/view.h
|
| ===================================================================
|
| --- views/view.h (revision 71050)
|
| +++ views/view.h (working copy)
|
| @@ -14,16 +14,18 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/os_exchange_data.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/scoped_ptr.h"
|
| #include "gfx/native_widget_types.h"
|
| #include "gfx/rect.h"
|
| +#include "ui/base/dragdrop/os_exchange_data.h"
|
| #include "views/accelerator.h"
|
| #include "views/accessibility/accessibility_types.h"
|
| #include "views/background.h"
|
| #include "views/border.h"
|
|
|
| +using ui::OSExchangeData;
|
| +
|
| namespace gfx {
|
| class Canvas;
|
| class Insets;
|
|
|