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

Unified Diff: chrome/common/extensions/extension.h

Issue 8905028: Forward declare WebIntentServiceData in extension.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebIntentServiceData is a struct. Created 9 years 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 | « no previous file | chrome/common/extensions/extension_manifests_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/common/extensions/extension_manifests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698