| Index: webkit/plugins/npapi/webplugin_impl.cc
|
| diff --git a/webkit/plugins/npapi/webplugin_impl.cc b/webkit/plugins/npapi/webplugin_impl.cc
|
| index 0b1a9dc173fa14a4e14bb4f22ed7df101df5f894..7d8e441a49026e5695ead23bf4e8b858e27f2b82 100644
|
| --- a/webkit/plugins/npapi/webplugin_impl.cc
|
| +++ b/webkit/plugins/npapi/webplugin_impl.cc
|
| @@ -13,22 +13,10 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "cc/layers/io_surface_layer.h"
|
| -#include "googleurl/src/gurl.h"
|
| -#include "googleurl/src/url_util.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "skia/ext/platform_canvas.h"
|
| -#include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| -#include "third_party/WebKit/public/web/WebCursorInfo.h"
|
| -#include "third_party/WebKit/public/web/WebDocument.h"
|
| -#include "third_party/WebKit/public/web/WebFrame.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -#include "third_party/WebKit/public/web/WebKit.h"
|
| -#include "third_party/WebKit/public/web/WebPluginContainer.h"
|
| -#include "third_party/WebKit/public/web/WebPluginParams.h"
|
| -#include "third_party/WebKit/public/web/WebURLLoaderOptions.h"
|
| -#include "third_party/WebKit/public/web/WebView.h"
|
| #include "third_party/WebKit/public/platform/WebCString.h"
|
| #include "third_party/WebKit/public/platform/WebCookieJar.h"
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| @@ -39,7 +27,19 @@
|
| #include "third_party/WebKit/public/platform/WebURLLoader.h"
|
| #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| +#include "third_party/WebKit/public/web/WebConsoleMessage.h"
|
| +#include "third_party/WebKit/public/web/WebCursorInfo.h"
|
| +#include "third_party/WebKit/public/web/WebDocument.h"
|
| +#include "third_party/WebKit/public/web/WebFrame.h"
|
| +#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| +#include "third_party/WebKit/public/web/WebKit.h"
|
| +#include "third_party/WebKit/public/web/WebPluginContainer.h"
|
| +#include "third_party/WebKit/public/web/WebPluginParams.h"
|
| +#include "third_party/WebKit/public/web/WebURLLoaderOptions.h"
|
| +#include "third_party/WebKit/public/web/WebView.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "url/gurl.h"
|
| +#include "url/url_util.h"
|
| #include "webkit/glue/multipart_response_delegate.h"
|
| #include "webkit/plugins/npapi/plugin_host.h"
|
| #include "webkit/plugins/npapi/plugin_instance.h"
|
|
|