Index: chrome/common/plugin_group.h |
diff --git a/chrome/common/plugin_group.h b/chrome/common/plugin_group.h |
index 0518c9fe8966b3fb05ddcf863807158c52d525be..22acb88ec881d923463012abce8d3e8666c28520 100644 |
--- a/chrome/common/plugin_group.h |
+++ b/chrome/common/plugin_group.h |
@@ -10,13 +10,16 @@ |
#include <vector> |
#include "base/gtest_prod_util.h" |
-#include "base/linked_ptr.h" |
#include "base/scoped_ptr.h" |
#include "base/string16.h" |
-#include "webkit/glue/plugins/webplugininfo.h" |
class DictionaryValue; |
+class FilePath; |
class Version; |
+struct WebPluginInfo; |
+ |
+template <typename T> |
+class linked_ptr; |
// Hard-coded definitions of plugin groups. |
struct PluginGroupDefinition { |