summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-23 01:18:39 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-23 01:18:39 +0000
commit3f9345838d9af871413f7350ca587b0152299e02 (patch)
treeaa6991e1d2edd76e42781795bd1f8e9e79abe566 /chrome/browser/plugin_process_host.cc
parent66711f6f7abbf3ed9f0d39e4f497620ab39e79f0 (diff)
downloadchromium_src-3f9345838d9af871413f7350ca587b0152299e02.zip
chromium_src-3f9345838d9af871413f7350ca587b0152299e02.tar.gz
chromium_src-3f9345838d9af871413f7350ca587b0152299e02.tar.bz2
Cleanup: Remove some unneeded webkit/glue headers from chrome.
BUG=46666 TEST=none Review URL: http://codereview.chromium.org/2850021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_process_host.cc')
-rw-r--r--chrome/browser/plugin_process_host.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
index 12e5b2a..e12a575 100644
--- a/chrome/browser/plugin_process_host.cc
+++ b/chrome/browser/plugin_process_host.cc
@@ -40,11 +40,6 @@
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_context.h"
-#if defined(OS_WIN)
-#include "app/win_util.h"
-#include "webkit/glue/plugins/plugin_constants_win.h"
-#endif
-
#if defined(USE_X11)
#include "gfx/gtk_native_view_id_manager.h"
#endif