| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index f8bf0927032122249ad8c1a8c0e8778adacc60d4..8a072fd62c595b0dccb1817b09d850d07d2c7275 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -11,8 +11,10 @@
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/native_web_keyboard_event.h"
|
| #include "content/public/browser/readback_types.h"
|
| +#include "content/public/common/drop_data.h"
|
| #include "ipc/ipc_channel.h"
|
| #include "ipc/ipc_sender.h"
|
| +#include "third_party/WebKit/public/platform/WebDragOperation.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
| #include "third_party/WebKit/public/web/WebTextDirection.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
|
|