diff options
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 3 |
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" |