| 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 84128fd830075ce22b5ceb4ac6a92d714666e214..b75fd878a25de9a1f4641c3480a5ec0925d99ebc 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"
|
|
|