| Index: chrome/common/plugin_group.cc
|
| diff --git a/chrome/common/plugin_group.cc b/chrome/common/plugin_group.cc
|
| index 5673fc55f2b5118ed95314116b73318f45378a69..5d3a93312d011916ae46b96f6d60a59757415e96 100644
|
| --- a/chrome/common/plugin_group.cc
|
| +++ b/chrome/common/plugin_group.cc
|
| @@ -4,11 +4,13 @@
|
|
|
| #include "chrome/common/plugin_group.h"
|
|
|
| +#include "base/linked_ptr.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "base/version.h"
|
| #include "webkit/glue/plugins/plugin_list.h"
|
| +#include "webkit/glue/plugins/webplugininfo.h"
|
|
|
| #if defined(OS_MACOSX)
|
| // Plugin Groups for Mac.
|
|
|