summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
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_service.h
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_service.h')
-rw-r--r--chrome/browser/plugin_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index b20e5ae..c9a695e 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -8,9 +8,11 @@
#ifndef CHROME_BROWSER_PLUGIN_SERVICE_H_
#define CHROME_BROWSER_PLUGIN_SERVICE_H_
+#include <string>
#include <vector>
#include "base/basictypes.h"
+#include "base/file_path.h"
#include "base/hash_tables.h"
#include "base/ref_counted.h"
#include "base/singleton.h"
@@ -19,7 +21,6 @@
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
#include "googleurl/src/gurl.h"
-#include "webkit/glue/plugins/webplugininfo.h"
#if defined(OS_WIN)
#include "base/registry.h"