| Index: content/browser/plugin_service_impl.cc
|
| ===================================================================
|
| --- content/browser/plugin_service_impl.cc (revision 121287)
|
| +++ content/browser/plugin_service_impl.cc (working copy)
|
| @@ -21,7 +21,6 @@
|
| #include "content/browser/ppapi_plugin_process_host.h"
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| -#include "content/browser/resource_context.h"
|
| #include "content/common/pepper_plugin_registry.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/common/utility_messages.h"
|
| @@ -30,6 +29,7 @@
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| +#include "content/public/browser/resource_context.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/process_type.h"
|
| #include "webkit/plugins/npapi/plugin_constants_win.h"
|
|
|