| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 6b626f665b8063eb0062382f29179f0e86ca1d70..cecd62cc35dd577eabf03183b265c813db903dc2 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -50,6 +50,7 @@
|
| #include "core/events/ResourceProgressEvent.h"
|
| #include "core/events/TouchEvent.h"
|
| #include "core/events/WheelEvent.h"
|
| +#include "core/exported/WebDataSourceImpl.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -102,7 +103,6 @@
|
| #include "public/web/WebPrintPresetOptions.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/ChromeClientImpl.h"
|
| -#include "web/WebDataSourceImpl.h"
|
| #include "web/WebInputEventConversion.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebViewImpl.h"
|
|
|