| Index: content/browser/web_contents/web_contents_drag_win.h
|
| diff --git a/content/browser/web_contents/web_contents_drag_win.h b/content/browser/web_contents/web_contents_drag_win.h
|
| index 3f1972188a53f625ee36232cc5c3b7b276ce5a32..f606d0fbe3c8edd5f5a1910ba8f22093f57599ae 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.h
|
| +++ b/content/browser/web_contents/web_contents_drag_win.h
|
| @@ -12,12 +12,12 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/dragdrop/os_exchange_data_provider_win.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/point.h"
|
|
|
| class DragDropThread;
|
| +class SkBitmap;
|
| class WebDragDest;
|
| class WebDragSource;
|
| struct WebDropData;
|
|
|