Chromium Code Reviews| Index: content/renderer/webplugin_impl.cc |
| diff --git a/content/renderer/webplugin_impl.cc b/content/renderer/webplugin_impl.cc |
| index 9c9b0b0a7aaaaf2867a66773811777a2f24d955f..089fdc58bc8c138f8c39e6e01cf3ffa67a37f0b3 100644 |
| --- a/content/renderer/webplugin_impl.cc |
| +++ b/content/renderer/webplugin_impl.cc |
| @@ -16,6 +16,7 @@ |
| #include "content/child/npapi/plugin_host.h" |
| #include "content/child/npapi/plugin_instance.h" |
| #include "content/child/npapi/webplugin_delegate_impl.h" |
| +#include "content/child/web_application_cache_host_impl.h" |
|
jam
2013/08/09 03:54:29
nit: this isn't needed
|
| #include "content/common/view_messages.h" |
| #include "content/public/renderer/content_renderer_client.h" |
| #include "content/renderer/render_process.h" |
| @@ -50,10 +51,8 @@ |
| #include "url/url_util.h" |
| #include "webkit/child/multipart_response_delegate.h" |
| #include "webkit/plugins/plugin_constants.h" |
| -#include "webkit/renderer/appcache/web_application_cache_host_impl.h" |
| #include "webkit/renderer/compositor_bindings/web_layer_impl.h" |
| -using appcache::WebApplicationCacheHostImpl; |
| using WebKit::WebCanvas; |
| using WebKit::WebConsoleMessage; |
| using WebKit::WebCookieJar; |