Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4830)

Unified Diff: chrome/common/plugin_group.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pepper_plugin_registry.h ('k') | chrome/common/plugin_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/common/pepper_plugin_registry.h ('k') | chrome/common/plugin_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698