| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index b3218ebd99fec9308f3c7c64d00f15dc761c7fd7..f76429e8ebee724f64d4ea282a01d07d9d23f51b 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -26,7 +26,6 @@
|
| #include "chrome/common/extensions/url_pattern_set.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/gfx/size.h"
|
| -#include "webkit/glue/web_intent_service_data.h"
|
|
|
| class ExtensionAction;
|
| class ExtensionResource;
|
| @@ -40,6 +39,10 @@ class DictionaryValue;
|
| class ListValue;
|
| }
|
|
|
| +namespace webkit_glue {
|
| +struct WebIntentServiceData;
|
| +}
|
| +
|
| // Represents a Chrome extension.
|
| class Extension : public base::RefCountedThreadSafe<Extension> {
|
| public:
|
|
|